|
|
@@ -14,16 +14,6 @@ const routes: RouteRecordRaw[] = [
|
|
|
title: $t('dashboard.jumpToEnterprise'),
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- name: 'ApplicationManagement',
|
|
|
- path: '/application-management',
|
|
|
- component: () =>
|
|
|
- import('#/views/dashboard/application-management/index.vue'),
|
|
|
- meta: {
|
|
|
- icon: 'carbon:application',
|
|
|
- title: $t('dashboard.applicationManagement'),
|
|
|
- },
|
|
|
- },
|
|
|
{
|
|
|
component: LayoutA,
|
|
|
meta: {
|
|
|
@@ -43,6 +33,16 @@ const routes: RouteRecordRaw[] = [
|
|
|
title: $t('dashboard.home'),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ name: 'ApplicationManagement',
|
|
|
+ path: '/application-management',
|
|
|
+ component: () =>
|
|
|
+ import('#/views/dashboard/application-management/index.vue'),
|
|
|
+ meta: {
|
|
|
+ icon: 'carbon:application',
|
|
|
+ title: $t('dashboard.applicationManagement'),
|
|
|
+ },
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
];
|