|
|
@@ -12,7 +12,7 @@ export const systemRoutes = [
|
|
|
{ path: '/reg', component: () => import('../views/Register.vue') },
|
|
|
|
|
|
// 错误页面
|
|
|
- { path: '/noPermission', component: () => import('../views/noPermissionmission.vue') }
|
|
|
+ { path: '/noPermission', component: () => import('../views/NoPermission.vue') }
|
|
|
|
|
|
// // 会话
|
|
|
// // { path: '/chat', redirect: '/chat/qa' },
|