feat: 2.6.0 优化CRON页面

This commit is contained in:
xlsea 2023-12-19 16:06:30 +08:00 committed by byteblogs168
parent f0995c3397
commit 0134c31105
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 name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Easy Retry</title>
<script type="module" crossorigin src="./assets/index-EsAAShxt.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-YIrpEFhz.css">
<script type="module" crossorigin src="./assets/index-DCVlofVc.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-yucufyR8.css">
</head>
<body>

View File

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