diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js index c019836a..666792f1 100644 --- a/frontend/src/router/index.js +++ b/frontend/src/router/index.js @@ -220,6 +220,7 @@ export const constantRouterMap = [ children: [ { path: '', + name: 'Setting', component: () => import('../views/setting/Setting'), meta: { title: 'Setting',