|
@@ -118,6 +118,16 @@ export default [{
|
|
|
{ path: 'index2', component: dataUtil2 }
|
|
|
]
|
|
|
},
|
|
|
+ // 辅助屏
|
|
|
+ {
|
|
|
+ path: '/splitScreen',
|
|
|
+ name: 'splitScreen',
|
|
|
+ component: splitScreen,
|
|
|
+ children: [
|
|
|
+ { path: 'spaceledger', name: 'spaceLedger', component: spaceLedger },
|
|
|
+ { path: 'integrateresults', name: 'integrateResults', component: integrateResults }
|
|
|
+ ]
|
|
|
+ },
|
|
|
// 平台管理
|
|
|
{
|
|
|
path: '/platform',
|
|
@@ -574,4 +584,4 @@ export default [{
|
|
|
{ path: 'own', name: 'Dasboard', component: OwnerManage }
|
|
|
]
|
|
|
}
|
|
|
-]
|
|
|
+]
|