feat: 2.6.0 优化CRON页面

This commit is contained in:
xlsea 2023-12-19 16:06:30 +08:00 committed by byteblogs168
parent 9c99330adb
commit ecbb953bbb
5 changed files with 26 additions and 529 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,8 +5,8 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Easy Retry</title> <title>Easy Retry</title>
<script type="module" crossorigin src="./assets/index-EsAAShxt.js"></script> <script type="module" crossorigin src="./assets/index-DCVlofVc.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-YIrpEFhz.css"> <link rel="stylesheet" crossorigin href="./assets/index-yucufyR8.css">
</head> </head>
<body> <body>

View File

@ -12,6 +12,7 @@ Router.prototype.push = function push (location, onResolve, onReject) {
Vue.use(Router) Vue.use(Router)
export default new Router({ export default new Router({
mode: 'hash', base: '/easy-retry/',
mode: 'history',
routes: constantRouterMap routes: constantRouterMap
}) })