|
@@ -382,33 +382,29 @@ export const constantRouterMap = [
|
|
|
path: '/404',
|
|
|
component: () => import(/* webpackChunkName: "fail" */ '@/views/exception/404')
|
|
|
},
|
|
|
- {
|
|
|
- path: '/22',
|
|
|
- component: () => import('@/views/statisticView/22')
|
|
|
-
|
|
|
- },
|
|
|
{
|
|
|
path: '/tree',
|
|
|
component: () => import('@/views/sb/info/modules/SbTreeModal.vue')
|
|
|
-
|
|
|
},
|
|
|
{
|
|
|
- path: '/100',
|
|
|
- component: () => import('@/views/statisticView/100')
|
|
|
-
|
|
|
+ path: '/toWorkplaceBacklog',
|
|
|
+ component: () => import('@/views/statisticView/22')
|
|
|
},
|
|
|
{
|
|
|
- path: '/toWorkplaceBacklog',
|
|
|
+ path: '/InfoBigScreen',
|
|
|
component: () => import('@/views/statisticView/22')
|
|
|
-
|
|
|
},
|
|
|
{
|
|
|
- path: '/44',
|
|
|
+ path: '/InfoDetailBigScreen',
|
|
|
component: () => import('@/views/statisticView/44')
|
|
|
-
|
|
|
},
|
|
|
{
|
|
|
- path: '/9',
|
|
|
+ path: '/RepairBigScreen',
|
|
|
+ component: () => import('@/views/statisticView/100')
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ path: '/StoreBigScreen',
|
|
|
component: () => import('@/views/statisticView/9')
|
|
|
|
|
|
},
|