瀏覽代碼

修改router

qinzhipeng_v 5 年之前
父節點
當前提交
78e90def4b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -142,7 +142,7 @@ export const constantRoutes = [
         ]
       },
       {
-        path: '/Platform',
+        path: '/Platform/useCasePage',
         name: '测试计划管理',
         component: () => import('@/views/Platform/testa'),
         meta: { title: '测试计划管理' },