|
|
@@ -83,7 +83,7 @@ export const adminRoutes: Array<RouteRecordRaw> = [
|
|
|
redirect: '/home',
|
|
|
meta: {
|
|
|
isKeepAlive: true,
|
|
|
- title: '管理后台'
|
|
|
+ title: 'iWash管理后台'
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
@@ -102,28 +102,28 @@ export const adminRoutes: Array<RouteRecordRaw> = [
|
|
|
// perm:'admin'
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- path: '/kanban',
|
|
|
- name: 'adminKanban',
|
|
|
- component: () => import('/@/views/admin/kanban/index.vue'),
|
|
|
- meta: {
|
|
|
- title: '数据看板',
|
|
|
- isLink: '',
|
|
|
- isHide: false,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- icon: 'ele-PictureRounded',
|
|
|
- perm:"kanban.list",
|
|
|
- }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/kanban',
|
|
|
+ // name: 'adminKanban',
|
|
|
+ // component: () => import('/@/views/admin/kanban/index.vue'),
|
|
|
+ // meta: {
|
|
|
+ // title: '数据看板',
|
|
|
+ // isLink: '',
|
|
|
+ // isHide: false,
|
|
|
+ // isKeepAlive: true,
|
|
|
+ // isAffix: false,
|
|
|
+ // isIframe: false,
|
|
|
+ // icon: 'ele-PictureRounded',
|
|
|
+ // perm:"kanban.list",
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
path: '/station',
|
|
|
name: 'adminStation',
|
|
|
component: () => import('/@/layout/routerView/parent.vue'),
|
|
|
redirect: '/admin/station/list',
|
|
|
meta: {
|
|
|
- title: '电站电桩',
|
|
|
+ title: '洗车站',
|
|
|
isLink: '',
|
|
|
isHide: false,
|
|
|
isKeepAlive: true,
|
|
|
@@ -148,21 +148,21 @@ export const adminRoutes: Array<RouteRecordRaw> = [
|
|
|
icon: 'ele-OfficeBuilding',
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- path: '/station/endpoint/:id',
|
|
|
- name: 'adminStationEndpoint',
|
|
|
- component: () => import('/@/views/admin/station/endpoint/index.vue'),
|
|
|
- meta: {
|
|
|
- title: '电桩监控',
|
|
|
- isLink: '',
|
|
|
- isHide: false,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- perm:"equipment.list",
|
|
|
- icon: 'ele-User',
|
|
|
- },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/station/endpoint/:id',
|
|
|
+ // name: 'adminStationEndpoint',
|
|
|
+ // component: () => import('/@/views/admin/station/endpoint/index.vue'),
|
|
|
+ // meta: {
|
|
|
+ // title: '电桩监控',
|
|
|
+ // isLink: '',
|
|
|
+ // isHide: false,
|
|
|
+ // isKeepAlive: true,
|
|
|
+ // isAffix: false,
|
|
|
+ // isIframe: false,
|
|
|
+ // perm:"equipment.list",
|
|
|
+ // icon: 'ele-User',
|
|
|
+ // },
|
|
|
+ // },
|
|
|
{
|
|
|
path: '/station/statMonth',
|
|
|
name: 'adminStationStatMonth',
|
|
|
@@ -195,21 +195,21 @@ export const adminRoutes: Array<RouteRecordRaw> = [
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- path: '/investor',
|
|
|
- name: 'adminInvestor',
|
|
|
- component: () => import('/@/views/admin/investor/index.vue'),
|
|
|
- meta: {
|
|
|
- title: '投资者/物业',
|
|
|
- isLink: '',
|
|
|
- isHide: false,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- icon: 'ele-Avatar',
|
|
|
- perm:"investor.list",
|
|
|
- }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/investor',
|
|
|
+ // name: 'adminInvestor',
|
|
|
+ // component: () => import('/@/views/admin/investor/index.vue'),
|
|
|
+ // meta: {
|
|
|
+ // title: '投资者/物业',
|
|
|
+ // isLink: '',
|
|
|
+ // isHide: false,
|
|
|
+ // isKeepAlive: true,
|
|
|
+ // isAffix: false,
|
|
|
+ // isIframe: false,
|
|
|
+ // icon: 'ele-Avatar',
|
|
|
+ // perm:"investor.list",
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
path: '/banner',
|
|
|
name: 'adminBanner',
|