diff --git a/src/router/index.js b/src/router/index.js index 8956374..285fc1a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -176,7 +176,7 @@ export const constantRoutes = [ }, children: [ { - path: 'index', + path: 'model', component: () => import('@/views/model/model'), name: 'index', meta: {title: '模型', icon: '404',}