|
|
@@ -134,7 +134,7 @@ export const adminRoutes: Array<RouteRecordRaw> = [
|
|
|
icon: 'ele-OfficeBuilding',
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
+ /* {
|
|
|
path: '/station/endpoint',
|
|
|
name: 'adminStationEndpoint',
|
|
|
component: () => import('/@/views/admin/station/endpoint/index.vue'),
|
|
|
@@ -163,10 +163,10 @@ export const adminRoutes: Array<RouteRecordRaw> = [
|
|
|
|
|
|
icon: 'ele-Compass',
|
|
|
},
|
|
|
- },
|
|
|
+ },*/
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
+ /* {
|
|
|
path: '/marketing',
|
|
|
name: 'adminMarketing',
|
|
|
component: () => import('/@/views/admin/marketing/index.vue'),
|
|
|
@@ -179,7 +179,7 @@ export const adminRoutes: Array<RouteRecordRaw> = [
|
|
|
isIframe: false,
|
|
|
icon: 'ele-PieChart',
|
|
|
}
|
|
|
- },
|
|
|
+ },*/
|
|
|
{
|
|
|
path: '/ordering',
|
|
|
name: 'adminOrdering',
|
|
|
@@ -208,7 +208,7 @@ export const adminRoutes: Array<RouteRecordRaw> = [
|
|
|
icon: 'ele-User',
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
+ /* {
|
|
|
path: '/finance',
|
|
|
name: 'adminFinance',
|
|
|
component: () => import('/@/views/admin/finance/index.vue'),
|
|
|
@@ -221,7 +221,7 @@ export const adminRoutes: Array<RouteRecordRaw> = [
|
|
|
isIframe: false,
|
|
|
icon: 'ele-Wallet',
|
|
|
}
|
|
|
- },
|
|
|
+ },*/
|
|
|
{
|
|
|
path: '/org',
|
|
|
name: 'adminOrg',
|
|
|
@@ -269,7 +269,7 @@ export const adminRoutes: Array<RouteRecordRaw> = [
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
+ /* {
|
|
|
path: '/optList',
|
|
|
name: 'adminOptList',
|
|
|
component: () => import('/@/views/admin/log/opt/index.vue'),
|
|
|
@@ -284,7 +284,7 @@ export const adminRoutes: Array<RouteRecordRaw> = [
|
|
|
icon: 'ele-Cpu',
|
|
|
|
|
|
}
|
|
|
- },
|
|
|
+ },*/
|
|
|
|
|
|
],
|
|
|
},
|