|
@@ -45,39 +45,30 @@ import propertyLedger from '@/views/ledger/property'
|
|
|
export default [
|
|
|
{ path: '/', name: '', component: LayoutMain },
|
|
|
{ path: '/login', name: 'Login', component: Login },
|
|
|
- {
|
|
|
- path: '/system',
|
|
|
- name: 'LayoutMain',
|
|
|
- component: LayoutMain,
|
|
|
- children: [
|
|
|
- { path: 'users', name: 'UserList', component: UserList },
|
|
|
- { path: 'roles', name: 'RoleList', component: RoleList },
|
|
|
- { path: 'changepwd', name: 'ChangePwd', component: ChangePwd }
|
|
|
- ]
|
|
|
- },
|
|
|
+
|
|
|
// 报警设置
|
|
|
- {
|
|
|
- path: '/alarmconfig',
|
|
|
- name: 'LayoutMain',
|
|
|
- component: LayoutMain,
|
|
|
- children: [
|
|
|
- { path: '', name: 'Dasboard', component: Dasboard },
|
|
|
- { path: 'projsetting', name: 'Dasboard', component: ProjAlarm },
|
|
|
- { path: 'projnotice', name: 'Dasboard', component: ProjNotice },
|
|
|
- { path: 'staffsetting', name: 'Dasboard', component: StaffSetting }
|
|
|
- ]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/alarmconfig',
|
|
|
+ // name: 'LayoutMain',
|
|
|
+ // component: LayoutMain,
|
|
|
+ // children: [
|
|
|
+ // { path: '', name: 'Dasboard', component: Dasboard },
|
|
|
+ // { path: 'projsetting', name: 'Dasboard', component: ProjAlarm },
|
|
|
+ // { path: 'projnotice', name: 'Dasboard', component: ProjNotice },
|
|
|
+ // { path: 'staffsetting', name: 'Dasboard', component: StaffSetting }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
// 与FM相关设置
|
|
|
- {
|
|
|
- path: '/fm',
|
|
|
- name: 'LayoutMain',
|
|
|
- component: LayoutMain,
|
|
|
- children: [
|
|
|
- { path: '', name: 'Dasboard', component: Dasboard },
|
|
|
- { path: 'sopsetting', name: 'Dasboard', component: ProjSop },
|
|
|
- { path: 'rulesetting', name: 'Dasboard', component: ProjRules }
|
|
|
- ]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/fm',
|
|
|
+ // name: 'LayoutMain',
|
|
|
+ // component: LayoutMain,
|
|
|
+ // children: [
|
|
|
+ // { path: '', name: 'Dasboard', component: Dasboard },
|
|
|
+ // { path: 'sopsetting', name: 'Dasboard', component: ProjSop },
|
|
|
+ // { path: 'rulesetting', name: 'Dasboard', component: ProjRules }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
// 点位表管理
|
|
|
{
|
|
|
path: '/point',
|
|
@@ -87,7 +78,8 @@ export default [
|
|
|
{ path: '', name: 'pointConfig', component: pointConfig },
|
|
|
{ path: 'pointsetting', name: 'Dasboard', component: pointConfig },
|
|
|
{ path: 'editDataSouce', name: 'editDataSouce', component: editDataSouce },
|
|
|
- { path: 'pointSteps', name: 'pointSteps', component: pointSteps }
|
|
|
+ { path: 'pointSteps', name: 'pointSteps', component: pointSteps },
|
|
|
+ { path: 'dynamicdata', name: 'dynamicdata', component: Dasboard }
|
|
|
]
|
|
|
},
|
|
|
//项目化配置
|
|
@@ -98,39 +90,47 @@ export default [
|
|
|
children: [
|
|
|
{ path: '', name: 'Dasboard', component: Dasboard },
|
|
|
{ path: 'custominfo', name: 'Dasboard', component: Dasboard },
|
|
|
- { path: 'collectsetting', name: 'collectsetting', component: collectsetting }
|
|
|
+ { path: 'collectsetting', name: 'collectsetting', component: collectsetting },
|
|
|
+ { path: 'floorinfo', name: 'Dasboard', component: Dasboard },
|
|
|
]
|
|
|
},
|
|
|
- //台账管理
|
|
|
+ //模型管理
|
|
|
{
|
|
|
- path: '/ledger',
|
|
|
+ path: '/model',
|
|
|
name: 'LayoutMain',
|
|
|
component: LayoutMain,
|
|
|
children: [
|
|
|
{ path: '', name: 'Dasboard', component: Dasboard },
|
|
|
- { path: 'facility', name: 'facilityLedger', component: facilityLedger },
|
|
|
- { path: 'system', name: 'systemLedger', component: systemLedger },
|
|
|
- { path: 'property', name: 'propertyLedger', component: propertyLedger }
|
|
|
+ { path: 'file', name: 'Dasboard', component: Dasboard },
|
|
|
+ { path: 'noentity', name: 'collectsetting', component: Dasboard },
|
|
|
+ { path: 'beforemodel', name: 'Dasboard', component: Dasboard },
|
|
|
+ { path: 'modelrule', name: 'Dasboard', component: Dasboard },
|
|
|
+ { path: 'beacon', name: 'Dasboard', component: Dasboard },
|
|
|
]
|
|
|
},
|
|
|
- //业务空间管理
|
|
|
+ //台账管理
|
|
|
{
|
|
|
- path: '/business',
|
|
|
+ path: '/ledger',
|
|
|
name: 'LayoutMain',
|
|
|
component: LayoutMain,
|
|
|
children: [
|
|
|
{ path: '', name: 'Dasboard', component: Dasboard },
|
|
|
- { path: 'spacelist', name: 'spacelist', component: spacelist }
|
|
|
+ { path: 'facility', name: 'facilityLedger', component: facilityLedger },
|
|
|
+ { path: 'property', name: 'propertyLedger', component: propertyLedger },
|
|
|
+ { path: 'cenotelist', name: 'Dasboard', component: Dasboard },
|
|
|
+ { path: 'dimension', name: 'Dasboard', component: Dasboard },
|
|
|
+ { path: 'rubbish', name: 'Dasboard', component: Dasboard },
|
|
|
+ { path: 'updowncheck', name: 'Dasboard', component: Dasboard },
|
|
|
]
|
|
|
},
|
|
|
- //竖井管理
|
|
|
+ //业务空间管理
|
|
|
{
|
|
|
- path: '/cenote',
|
|
|
+ path: '/business',
|
|
|
name: 'LayoutMain',
|
|
|
component: LayoutMain,
|
|
|
children: [
|
|
|
{ path: '', name: 'Dasboard', component: Dasboard },
|
|
|
- { path: 'cenotelist', name: 'Dasboard', component: Dasboard }
|
|
|
+ { path: 'spacelist', name: 'spacelist', component: spacelist }
|
|
|
]
|
|
|
},
|
|
|
//租户管理
|
|
@@ -177,14 +177,14 @@ export default [
|
|
|
{ path: 'own', name: 'Dasboard', component: OwnerManage }
|
|
|
]
|
|
|
},
|
|
|
- //revit服务器端化的web功能
|
|
|
+ //系统管理
|
|
|
{
|
|
|
- path: '/revitservice',
|
|
|
+ path: '/system',
|
|
|
name: 'LayoutMain',
|
|
|
component: LayoutMain,
|
|
|
children: [
|
|
|
- { path: '', name: 'Dasboard', component: Dasboard },
|
|
|
- { path: 'revit', name: 'Dasboard', component: Dasboard }
|
|
|
+ { path: 'list', name: 'systemlist', component: systemLedger },
|
|
|
+
|
|
|
]
|
|
|
},
|
|
|
]
|