|
@@ -378,5 +378,13 @@ export const constantRouterMap = [
|
|
|
path: '/404',
|
|
|
component: () => import(/* webpackChunkName: "fail" */ '@/views/exception/404')
|
|
|
},
|
|
|
-
|
|
|
+ /* 不带左上的页面,oa引用 */
|
|
|
+ {
|
|
|
+ path: '/reportFormsSimple/fabricLossesSummary',
|
|
|
+ component: () => import(/* 面损表列表" */ '@/views/cost-allocation-total/fabricLossesSummary')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/reportFormsSimple/fabricLossTable',
|
|
|
+ component: () => import(/* 面损表" */ '@/views/reportForms/fabric-loss-table')
|
|
|
+ },
|
|
|
]
|