|
@@ -485,44 +485,36 @@ export const publicHouse = [
|
|
|
|
|
|
|
|
|
export const sysSeting = [
|
|
|
+
|
|
|
{
|
|
|
- path: '/permissionManagement',
|
|
|
+ path: '/systemSetting',
|
|
|
type: 'sys',
|
|
|
component: Layout,
|
|
|
alwaysShow: true,
|
|
|
- label: '权限管理',
|
|
|
- meta: { title: '权限管理', icon: "iconfont icon-quanxian" },
|
|
|
+ label: '后台管理',
|
|
|
+ meta: { title: '后台管理', icon: "iconfont icon-shezhi" },
|
|
|
children: [{
|
|
|
- path: 'userManagement',
|
|
|
+ path: '/userManagement',
|
|
|
name: 'userManagement',
|
|
|
type: 'sys',
|
|
|
component: () =>
|
|
|
- import('@/views/currentSystem/statisticalAnalysis/statisticalAnalysis/waterQualityOverview/index'),
|
|
|
+ import('@/views/currentSystem/authorityManagement/userRights/index'),
|
|
|
label: '用户管理',
|
|
|
meta: { title: '用户管理' }
|
|
|
}, {
|
|
|
- path: 'roleManagement',
|
|
|
+ path: '/roleManagement',
|
|
|
name: 'roleManagement',
|
|
|
type: 'sys',
|
|
|
component: () =>
|
|
|
- import('@/views/currentSystem/statisticalAnalysis/statisticalAnalysis/waterQualityOverview/index'),
|
|
|
+ import('@/views/currentSystem/authorityManagement/rolePermission/index'),
|
|
|
label: '角色管理',
|
|
|
meta: { title: '角色管理' }
|
|
|
- }]
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/systemSetting',
|
|
|
- type: 'sys',
|
|
|
- component: Layout,
|
|
|
- alwaysShow: true,
|
|
|
- label: '系统设置',
|
|
|
- meta: { title: '系统设置', icon: "iconfont icon-shezhi" },
|
|
|
- children: [{
|
|
|
+ },{
|
|
|
path: 'organizationManagement',
|
|
|
name: 'organizationManagement',
|
|
|
type: 'sys',
|
|
|
component: () =>
|
|
|
- import('@/views/currentSystem/statisticalAnalysis/statisticalAnalysis/waterQualityOverview/index'),
|
|
|
+ import('@/views/currentSystem/authorityManagement/deptManagement/deptMng/index'),
|
|
|
label: '组织架构',
|
|
|
meta: { title: '组织架构' }
|
|
|
}, {
|
|
@@ -530,52 +522,19 @@ export const sysSeting = [
|
|
|
name: 'serviceConfManagement',
|
|
|
type: 'sys',
|
|
|
component: () =>
|
|
|
- import('@/views/currentSystem/statisticalAnalysis/statisticalAnalysis/waterQualityOverview/index'),
|
|
|
+ import('@/views/currentSystem/authorityManagement/serviceConfig/index'),
|
|
|
label: '服务配置',
|
|
|
meta: { title: '服务配置' }
|
|
|
- }]
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/systemManagement',
|
|
|
- type: 'sys',
|
|
|
- component: Layout,
|
|
|
- alwaysShow: true,
|
|
|
- label: '系统管理',
|
|
|
- meta: { title: '系统管理', icon: "iconfont icon-xitongguanli" },
|
|
|
- children: [{
|
|
|
+ },{
|
|
|
path: 'userLog',
|
|
|
name: 'userLog',
|
|
|
type: 'sys',
|
|
|
component: () =>
|
|
|
- import('@/views/currentSystem/statisticalAnalysis/statisticalAnalysis/waterQualityOverview/index'),
|
|
|
+ import('@/views/currentSystem/authorityManagement/journal/index'),
|
|
|
label: '用户日志',
|
|
|
meta: { title: '用户日志' }
|
|
|
- }, {
|
|
|
- path: 'ststemManagementLog',
|
|
|
- name: 'ststemManagementLog',
|
|
|
- type: 'sys',
|
|
|
- component: () =>
|
|
|
- import('@/views/currentSystem/statisticalAnalysis/statisticalAnalysis/waterQualityOverview/index'),
|
|
|
- label: '系统管理日志',
|
|
|
- meta: { title: '系统管理日志' }
|
|
|
- }, {
|
|
|
- path: 'safetySecurityLog',
|
|
|
- name: 'safetySecurityLog',
|
|
|
- type: 'sys',
|
|
|
- component: () =>
|
|
|
- import('@/views/currentSystem/statisticalAnalysis/statisticalAnalysis/waterQualityOverview/index'),
|
|
|
- label: '安全保密管理员日志',
|
|
|
- meta: { title: '安全保密管理员日志' }
|
|
|
- }, {
|
|
|
- path: 'safetyAuditorLog',
|
|
|
- name: 'safetyAuditorLog',
|
|
|
- type: 'sys',
|
|
|
- component: () =>
|
|
|
- import('@/views/currentSystem/statisticalAnalysis/statisticalAnalysis/waterQualityOverview/index'),
|
|
|
- label: '安全审计员日志',
|
|
|
- meta: { title: '安全审计员日志' }
|
|
|
}]
|
|
|
- },
|
|
|
+ }
|
|
|
]
|
|
|
|
|
|
export const meterReading = [{
|