|
@@ -21,7 +21,7 @@ const system: AppRouteModule = {
|
|
|
title: t('routes.demo.system.account'),
|
|
|
ignoreKeepAlive: false,
|
|
|
},
|
|
|
- component: () => import('/@/views/dashboard/system/account/index.vue'),
|
|
|
+ component: () => import('/@/views/system/account/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
path: 'account_detail/:id',
|
|
@@ -33,7 +33,7 @@ const system: AppRouteModule = {
|
|
|
showMenu: false,
|
|
|
currentActiveMenu: '/system/account',
|
|
|
},
|
|
|
- component: () => import('/@/views/dashboard/system/account/AccountDetail.vue'),
|
|
|
+ component: () => import('/@/views/system/account/AccountDetail.vue'),
|
|
|
},
|
|
|
{
|
|
|
path: 'role',
|
|
@@ -42,7 +42,7 @@ const system: AppRouteModule = {
|
|
|
title: t('routes.demo.system.role'),
|
|
|
ignoreKeepAlive: true,
|
|
|
},
|
|
|
- component: () => import('/@/views/dashboard/system/role/index.vue'),
|
|
|
+ component: () => import('/@/views/system/role/index.vue'),
|
|
|
},
|
|
|
|
|
|
// {
|
|
@@ -52,7 +52,7 @@ const system: AppRouteModule = {
|
|
|
// title: t('routes.demo.system.dept'),
|
|
|
// ignoreKeepAlive: true,
|
|
|
// },
|
|
|
- // component: () => import('/@/views/dashboard/system/dept/index.vue'),
|
|
|
+ // component: () => import('/@/views/system/dept/index.vue'),
|
|
|
// },
|
|
|
{
|
|
|
path: 'menu',
|
|
@@ -61,7 +61,7 @@ const system: AppRouteModule = {
|
|
|
title: t('routes.demo.system.menu'),
|
|
|
ignoreKeepAlive: true,
|
|
|
},
|
|
|
- component: () => import('/@/views/dashboard/system/menu/index.vue'),
|
|
|
+ component: () => import('/@/views/system/menu/index.vue'),
|
|
|
},
|
|
|
// {
|
|
|
// path: 'changePassword',
|
|
@@ -70,7 +70,7 @@ const system: AppRouteModule = {
|
|
|
// title: t('routes.demo.system.password'),
|
|
|
// ignoreKeepAlive: true,
|
|
|
// },
|
|
|
- // component: () => import('/@/views/dashboard/system/password/index.vue'),
|
|
|
+ // component: () => import('/@/views/system/password/index.vue'),
|
|
|
// },
|
|
|
],
|
|
|
};
|