ソースを参照

优化工具集合

qinzhipeng_v@didiglobal.com 4 年 前
コミット
d8ad710bb8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -340,7 +340,7 @@ export const constantRoutes = [{
   },
 
   {
-    path: '/views',
+    path: '/views/automation',
     component: (resolve) => require(['@/views/automation/index'], resolve),
     name: '自动化',
     meta: { title: '自动化' },