优化bug
This commit is contained in:
@@ -5,9 +5,9 @@ Vue.use(Router)
|
||||
|
||||
export default new Router({
|
||||
routes: [
|
||||
{ path: '/', component: () => import('@/views/dashboard/index'), name: '首页' },
|
||||
{ path: '/login', component: () => import('@/views/login/index') },
|
||||
{ path: '/404', component: () => import('@/views/404') },
|
||||
{ path: '/', component: () => import('@/views/dashboard/index'), name: '首页' },
|
||||
{ path: '/manage', component: () => import('@/views/manage/index'), name: '系统管理' },
|
||||
{ path: '/user', component: () => import('@/views/user/index'), name: '用户管理' },
|
||||
{ path: '/set', component: () => import('@/views/set/index'), name: '系统配置' }
|
||||
|
||||
Reference in New Issue
Block a user