瀏覽代碼

修改路由

lex-xin 5 年之前
父節點
當前提交
38937af776
共有 3 個文件被更改,包括 1 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.74d40a9c.js
  3. 1 1
      src/router/index.js

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.74d40a9c.js


+ 1 - 1
src/router/index.js

@@ -54,7 +54,7 @@ export const constantRoutes = [
         name: '定时任务',
         path: 'timedtask',
         component: () => import('@/views/timedTask/index'),
-        hidden: false,
+        hidden: true,
         meta: {
           title: '定时任务'
         }

部分文件因文件數量過多而無法顯示