|
@@ -10,9 +10,9 @@ const routes = [
|
|
|
component: () => import('../views/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/user/index',
|
|
|
+ path: '/anchor/index',
|
|
|
meta: { title: '用户管理' },
|
|
|
- component: () => import('../views/user/index.vue'),
|
|
|
+ component: () => import('../views/anchor/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
path: '/role/index',
|