@@ -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',
@@ -4,8 +4,8 @@ export const index = {
icon: 'iconfont iconshouye',
};
export const user = {
- name: '用户管理',
+ name: '主播管理',
icon: 'iconfont iconyonghu',
export const role = {