|
|
@@ -57,56 +57,56 @@ const frameIn = [
|
|
|
},
|
|
|
component: _import('demo/page3')
|
|
|
},
|
|
|
- // 设备管理
|
|
|
- {
|
|
|
- path: 'instrument',
|
|
|
- name: 'instrument',
|
|
|
- meta: {
|
|
|
- title: '设备管理',
|
|
|
- auth: true
|
|
|
+ // 设备管理
|
|
|
+ {
|
|
|
+ path: 'instrument',
|
|
|
+ name: 'instrument',
|
|
|
+ meta: {
|
|
|
+ title: '设备管理',
|
|
|
+ auth: true
|
|
|
+ },
|
|
|
+ component: _import('instrument')
|
|
|
},
|
|
|
- component: _import('instrument')
|
|
|
- },
|
|
|
- // 人员管理
|
|
|
- {
|
|
|
- path: 'personnel',
|
|
|
- name: 'personnel',
|
|
|
- meta: {
|
|
|
- title: '人员管理',
|
|
|
- auth: true
|
|
|
+ // 人员管理
|
|
|
+ {
|
|
|
+ path: 'personnel',
|
|
|
+ name: 'personnel',
|
|
|
+ meta: {
|
|
|
+ title: '人员管理',
|
|
|
+ auth: true
|
|
|
+ },
|
|
|
+ component: _import('personnel')
|
|
|
},
|
|
|
- component: _import('personnel')
|
|
|
- },
|
|
|
- // 班级管理
|
|
|
- {
|
|
|
- path: 'class',
|
|
|
- name: 'class',
|
|
|
- meta: {
|
|
|
- title: '班级管理',
|
|
|
- auth: true
|
|
|
+ // 班级管理
|
|
|
+ {
|
|
|
+ path: 'class',
|
|
|
+ name: 'class',
|
|
|
+ meta: {
|
|
|
+ title: '班级管理',
|
|
|
+ auth: true
|
|
|
+ },
|
|
|
+ component: _import('class')
|
|
|
},
|
|
|
- component: _import('class')
|
|
|
- },
|
|
|
- // 值班管理
|
|
|
- {
|
|
|
- path: 'duty',
|
|
|
- name: 'duty',
|
|
|
- meta: {
|
|
|
- title: '值班管理',
|
|
|
- auth: true
|
|
|
+ // 值班管理
|
|
|
+ {
|
|
|
+ path: 'duty',
|
|
|
+ name: 'duty',
|
|
|
+ meta: {
|
|
|
+ title: '值班管理',
|
|
|
+ auth: true
|
|
|
+ },
|
|
|
+ component: _import('duty')
|
|
|
},
|
|
|
- component: _import('duty')
|
|
|
- },
|
|
|
- // 信息发布
|
|
|
- {
|
|
|
- path: 'information',
|
|
|
- name: 'information',
|
|
|
- meta: {
|
|
|
- title: '信息发布',
|
|
|
- auth: true
|
|
|
+ // 信息发布
|
|
|
+ {
|
|
|
+ path: 'information',
|
|
|
+ name: 'information',
|
|
|
+ meta: {
|
|
|
+ title: '信息发布',
|
|
|
+ auth: true
|
|
|
+ },
|
|
|
+ component: _import('information')
|
|
|
},
|
|
|
- component: _import('information')
|
|
|
- },
|
|
|
|
|
|
// 系统 前端日志
|
|
|
{
|
|
|
@@ -251,8 +251,19 @@ const frameIn = [
|
|
|
},
|
|
|
component: _import('sysadmin/item/index')
|
|
|
},
|
|
|
- // 房间管理
|
|
|
- {
|
|
|
+ // 字典项
|
|
|
+ {
|
|
|
+ path: '/sysadmin/itemdetail',
|
|
|
+ name: 'itemDetailEdit',
|
|
|
+ meta: {
|
|
|
+ title: '字典项',
|
|
|
+ auth: true,
|
|
|
+ cache: true
|
|
|
+ },
|
|
|
+ component: _import('sysadmin/item_detail/index')
|
|
|
+ },
|
|
|
+ // 房间管理
|
|
|
+ {
|
|
|
path: 'managingrooms',
|
|
|
name: 'managingrooms',
|
|
|
meta: {
|
|
|
@@ -261,36 +272,36 @@ const frameIn = [
|
|
|
},
|
|
|
component: _import('managingrooms')
|
|
|
},
|
|
|
- // 运行记录
|
|
|
- {
|
|
|
- path: 'instrument/instrumenrunrecord',
|
|
|
- name: 'instrument/instrumenrunrecord',
|
|
|
- meta: {
|
|
|
- title: '运行记录',
|
|
|
- auth: true
|
|
|
- },
|
|
|
- component: _import('instrument/instrumenrunrecord')
|
|
|
+ // 运行记录
|
|
|
+ {
|
|
|
+ path: 'instrument/instrumenrunrecord',
|
|
|
+ name: 'instrument/instrumenrunrecord',
|
|
|
+ meta: {
|
|
|
+ title: '运行记录',
|
|
|
+ auth: true
|
|
|
},
|
|
|
- // 维护保养
|
|
|
- {
|
|
|
- path: 'instrument/maintainlog',
|
|
|
- name: 'instrument/maintainlog',
|
|
|
- meta: {
|
|
|
- title: '维护保养',
|
|
|
- auth: true
|
|
|
- },
|
|
|
- component: _import('instrument/maintainlog')
|
|
|
+ component: _import('instrument/instrumenrunrecord')
|
|
|
+ },
|
|
|
+ // 维护保养
|
|
|
+ {
|
|
|
+ path: 'instrument/maintainlog',
|
|
|
+ name: 'instrument/maintainlog',
|
|
|
+ meta: {
|
|
|
+ title: '维护保养',
|
|
|
+ auth: true
|
|
|
},
|
|
|
- //确认及报废
|
|
|
- {
|
|
|
- path: 'instrument/confirmandscrap',
|
|
|
- name: 'instrument/confirmandscrap',
|
|
|
- meta: {
|
|
|
- title: '确认及报废',
|
|
|
- auth: true
|
|
|
- },
|
|
|
- component: _import('instrument/confirmandscrap')
|
|
|
+ component: _import('instrument/maintainlog')
|
|
|
+ },
|
|
|
+ // 确认及报废
|
|
|
+ {
|
|
|
+ path: 'instrument/confirmandscrap',
|
|
|
+ name: 'instrument/confirmandscrap',
|
|
|
+ meta: {
|
|
|
+ title: '确认及报废',
|
|
|
+ auth: true
|
|
|
},
|
|
|
+ component: _import('instrument/confirmandscrap')
|
|
|
+ }
|
|
|
// ================== add 字典分类 08-12 e ====================
|
|
|
|
|
|
]
|