|
@@ -75,6 +75,11 @@ import overView from '@/views/relation/overview'
|
|
/** 厂家库 */
|
|
/** 厂家库 */
|
|
import supplier from '@/views/manufactor/supplier'
|
|
import supplier from '@/views/manufactor/supplier'
|
|
|
|
|
|
|
|
+/** 辅助屏 */
|
|
|
|
+import splitScreen from '@/views/screen/splitScreen'
|
|
|
|
+import spaceLedger from '@/views/screen/splitScreen/spaceledger'
|
|
|
|
+import integrateResults from '@/views/screen/splitScreen/integrateresults'
|
|
|
|
+
|
|
/** 业务空间数据导入工具 */
|
|
/** 业务空间数据导入工具 */
|
|
import dataUtil from '@/views/business_space/dataUtil'
|
|
import dataUtil from '@/views/business_space/dataUtil'
|
|
|
|
|
|
@@ -89,6 +94,16 @@ export default [
|
|
{ path: '/noUser', name: 'noUser', component: noUser },
|
|
{ path: '/noUser', name: 'noUser', component: noUser },
|
|
// 业务空间数据导入工具
|
|
// 业务空间数据导入工具
|
|
{ path: '/dataUtil', name: 'dataUtil', component: LayoutMain,children:[{path:'index',component: dataUtil}] },
|
|
{ path: '/dataUtil', name: 'dataUtil', component: LayoutMain,children:[{path:'index',component: dataUtil}] },
|
|
|
|
+ // 辅助屏
|
|
|
|
+ {
|
|
|
|
+ path: '/splitScreen',
|
|
|
|
+ name: 'splitScreen',
|
|
|
|
+ component: splitScreen,
|
|
|
|
+ children: [
|
|
|
|
+ {path: 'spaceledger', name: 'spaceLedger', component: spaceLedger},
|
|
|
|
+ {path: 'integrateresults', name: 'integrateResults', component: integrateResults}
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
// 平台管理
|
|
// 平台管理
|
|
{
|
|
{
|
|
path: '/platform',
|
|
path: '/platform',
|