Compare commits
2 Commits
17b462e737
...
b3afb8096c
| Author | SHA1 | Date | |
|---|---|---|---|
| b3afb8096c | |||
| afac62ec5f |
@ -182,7 +182,17 @@ export const publicRoutes = [
|
|||||||
icon: "personnel"
|
icon: "personnel"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: "/njxx",
|
||||||
|
name: "njxx",
|
||||||
|
meta: {
|
||||||
|
title: "年检信息",
|
||||||
|
icon: "personnel"
|
||||||
|
},
|
||||||
|
children: [
|
||||||
|
{
|
||||||
path: "/training/annualInspectionTraining",
|
path: "/training/annualInspectionTraining",
|
||||||
name: "annualInspectionTraining",
|
name: "annualInspectionTraining",
|
||||||
component: () => import("@/views/Training/AnnualInspectionTraining/index"),
|
component: () => import("@/views/Training/AnnualInspectionTraining/index"),
|
||||||
@ -211,255 +221,255 @@ export const publicRoutes = [
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: "/systemConfig",
|
// path: "/systemConfig",
|
||||||
name: "systemConfigModel",
|
// name: "systemConfigModel",
|
||||||
meta: {
|
// meta: {
|
||||||
title: "系统管理",
|
// title: "系统管理",
|
||||||
icon: "personnel"
|
// icon: "personnel"
|
||||||
},
|
// },
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: "/user/department-ist",
|
// path: "/user/department-ist",
|
||||||
name: "departmentList",
|
// name: "departmentList",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import(
|
// import(
|
||||||
"@/views/backOfficeSystem/systemConfig/department-list/index"
|
// "@/views/backOfficeSystem/systemConfig/department-list/index"
|
||||||
),
|
// ),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "部门管理",
|
// title: "部门管理",
|
||||||
icon: "personnel-manage"
|
// icon: "personnel-manage"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: "/user/userList",
|
// path: "/user/userList",
|
||||||
name: "userList",
|
// name: "userList",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import("@/views/backOfficeSystem/systemConfig/user-list/index"),
|
// import("@/views/backOfficeSystem/systemConfig/user-list/index"),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "用户管理",
|
// title: "用户管理",
|
||||||
icon: "role"
|
// icon: "role"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: "/user/role",
|
// path: "/user/role",
|
||||||
name: "userRoleIndex",
|
// name: "userRoleIndex",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import("@/views/backOfficeSystem/systemConfig/role-list/index"),
|
// import("@/views/backOfficeSystem/systemConfig/role-list/index"),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "角色列表",
|
// title: "角色列表",
|
||||||
icon: "role"
|
// icon: "role"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: "/user/menuList",
|
// path: "/user/menuList",
|
||||||
name: "menuList",
|
// name: "menuList",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import("@/views/backOfficeSystem/systemConfig/menu-list/index"),
|
// import("@/views/backOfficeSystem/systemConfig/menu-list/index"),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "菜单管理",
|
// title: "菜单管理",
|
||||||
icon: "personnel-manage"
|
// icon: "personnel-manage"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: "/user/publicSecurity",
|
// path: "/user/publicSecurity",
|
||||||
name: "publicSecurity",
|
// name: "publicSecurity",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import(
|
// import(
|
||||||
"@/views/backOfficeSystem/systemConfig/publicSecurity/index"
|
// "@/views/backOfficeSystem/systemConfig/publicSecurity/index"
|
||||||
),
|
// ),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "公安机关要素",
|
// title: "公安机关要素",
|
||||||
icon: "personnel-manage"
|
// icon: "personnel-manage"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: "/dict/detail",
|
// path: "/dict/detail",
|
||||||
name: "dictDetail",
|
// name: "dictDetail",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import("@/views/backOfficeSystem/systemConfig/dict/detail"),
|
// import("@/views/backOfficeSystem/systemConfig/dict/detail"),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "字典数据"
|
// title: "字典数据"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: "/dict/index",
|
// path: "/dict/index",
|
||||||
name: "dictIndex",
|
// name: "dictIndex",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import("@/views/backOfficeSystem/systemConfig/dict/index"),
|
// import("@/views/backOfficeSystem/systemConfig/dict/index"),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "字典列表",
|
// title: "字典列表",
|
||||||
icon: "article-ranking"
|
// icon: "article-ranking"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: "/user/job",
|
// path: "/user/job",
|
||||||
name: "userJob",
|
// name: "userJob",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import("@/views/backOfficeSystem/systemConfig/job-list/index"),
|
// import("@/views/backOfficeSystem/systemConfig/job-list/index"),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "岗位列表",
|
// title: "岗位列表",
|
||||||
icon: "personnel-manage"
|
// icon: "personnel-manage"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: "/user/deptAllocationUser/:id",
|
// path: "/user/deptAllocationUser/:id",
|
||||||
name: "deptAllocationUser",
|
// name: "deptAllocationUser",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import(
|
// import(
|
||||||
"@/views/backOfficeSystem/systemConfig/department-list/deptAllocationUser"
|
// "@/views/backOfficeSystem/systemConfig/department-list/deptAllocationUser"
|
||||||
),
|
// ),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "管理用户"
|
// title: "管理用户"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: "/user/allocationUser/:id",
|
// path: "/user/allocationUser/:id",
|
||||||
name: "allocationUser",
|
// name: "allocationUser",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import(
|
// import(
|
||||||
"@/views/backOfficeSystem/systemConfig/role-list/allocationUser"
|
// "@/views/backOfficeSystem/systemConfig/role-list/allocationUser"
|
||||||
),
|
// ),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "分配用户"
|
// title: "分配用户"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: "/sys/systemFxMx",
|
// path: "/sys/systemFxMx",
|
||||||
name: "systemFxMx",
|
// name: "systemFxMx",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import("@/views/backOfficeSystem/systemConfig/systemFxMx/index"),
|
// import("@/views/backOfficeSystem/systemConfig/systemFxMx/index"),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "系统分析模型",
|
// title: "系统分析模型",
|
||||||
icon: "personnel-manage"
|
// icon: "personnel-manage"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
// {
|
// // {
|
||||||
// path: "/sys/ysjq",
|
// // path: "/sys/ysjq",
|
||||||
// name: "ysjq",
|
// // name: "ysjq",
|
||||||
// component: () => import("@/views/backOfficeSystem/systemConfig/ysjq/index"),
|
// // component: () => import("@/views/backOfficeSystem/systemConfig/ysjq/index"),
|
||||||
// meta: {
|
// // meta: {
|
||||||
// title: "演示警情",
|
// // title: "演示警情",
|
||||||
// icon: "personnel-manage"
|
// // icon: "personnel-manage"
|
||||||
// }
|
// // }
|
||||||
// },
|
// // },
|
||||||
{
|
// {
|
||||||
path: "/user/systemConfig",
|
// path: "/user/systemConfig",
|
||||||
name: "systemConfig",
|
// name: "systemConfig",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import(
|
// import(
|
||||||
"@/views/backOfficeSystem/systemConfig/system-config-list/index"
|
// "@/views/backOfficeSystem/systemConfig/system-config-list/index"
|
||||||
),
|
// ),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "系统配置",
|
// title: "系统配置",
|
||||||
icon: "personnel-manage"
|
// icon: "personnel-manage"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
|
|
||||||
{
|
// {
|
||||||
path: "/user/systemVersion",
|
// path: "/user/systemVersion",
|
||||||
name: "systemVersion",
|
// name: "systemVersion",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import(
|
// import(
|
||||||
"@/views/backOfficeSystem/systemConfig/system-version-list/index"
|
// "@/views/backOfficeSystem/systemConfig/system-version-list/index"
|
||||||
),
|
// ),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "系统版本管理",
|
// title: "系统版本管理",
|
||||||
icon: "personnel-manage"
|
// icon: "personnel-manage"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: "/user/useQk",
|
// path: "/user/useQk",
|
||||||
name: "useQk",
|
// name: "useQk",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import("@/views/backOfficeSystem/systemConfig/useQk/index"),
|
// import("@/views/backOfficeSystem/systemConfig/useQk/index"),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "系统使用情况",
|
// title: "系统使用情况",
|
||||||
icon: "personnel-manage"
|
// icon: "personnel-manage"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: "/user/zdqyFz",
|
// path: "/user/zdqyFz",
|
||||||
name: "zdqyFz",
|
// name: "zdqyFz",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import("@/views/backOfficeSystem/systemConfig/zdqyFz/index"),
|
// import("@/views/backOfficeSystem/systemConfig/zdqyFz/index"),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "重点区域分值",
|
// title: "重点区域分值",
|
||||||
icon: "personnel-manage"
|
// icon: "personnel-manage"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
|
|
||||||
{
|
// {
|
||||||
path: "/user/log",
|
// path: "/user/log",
|
||||||
name: "/user/log",
|
// name: "/user/log",
|
||||||
meta: {
|
// meta: {
|
||||||
title: "日志",
|
// title: "日志",
|
||||||
icon: "article"
|
// icon: "article"
|
||||||
},
|
// },
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: "/user/operateLog",
|
// path: "/user/operateLog",
|
||||||
name: "/user/operateLog",
|
// name: "/user/operateLog",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import(
|
// import(
|
||||||
"@/views/backOfficeSystem/systemConfig/log-manage/operateLog/index"
|
// "@/views/backOfficeSystem/systemConfig/log-manage/operateLog/index"
|
||||||
),
|
// ),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "操作日志",
|
// title: "操作日志",
|
||||||
icon: "article-ranking"
|
// icon: "article-ranking"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: "/user/loginLog",
|
// path: "/user/loginLog",
|
||||||
name: "/user/loginLog",
|
// name: "/user/loginLog",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import(
|
// import(
|
||||||
"@/views/backOfficeSystem/systemConfig/log-manage/loginLog/index"
|
// "@/views/backOfficeSystem/systemConfig/log-manage/loginLog/index"
|
||||||
),
|
// ),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "登录日志",
|
// title: "登录日志",
|
||||||
icon: "article-ranking"
|
// icon: "article-ranking"
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: "/developer",
|
// path: "/developer",
|
||||||
name: "developer",
|
// name: "developer",
|
||||||
component: () => import("@/views/developer/index"),
|
// component: () => import("@/views/developer/index"),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "开发者中心",
|
// title: "开发者中心",
|
||||||
icon: "article-ranking"
|
// icon: "article-ranking"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
//如果三级 需要把路由注册出来
|
// //如果三级 需要把路由注册出来
|
||||||
path: "/user/operateLog",
|
// path: "/user/operateLog",
|
||||||
name: "/user/operateLog",
|
// name: "/user/operateLog",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import(
|
// import(
|
||||||
"@/views/backOfficeSystem/systemConfig/log-manage/operateLog/index"
|
// "@/views/backOfficeSystem/systemConfig/log-manage/operateLog/index"
|
||||||
)
|
// )
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: "/user/loginLog",
|
// path: "/user/loginLog",
|
||||||
name: "/user/loginLog",
|
// name: "/user/loginLog",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import(
|
// import(
|
||||||
"@/views/backOfficeSystem/systemConfig/log-manage/loginLog/index"
|
// "@/views/backOfficeSystem/systemConfig/log-manage/loginLog/index"
|
||||||
)
|
// )
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: "/tool/gen-edit/index/:tableId",
|
// path: "/tool/gen-edit/index/:tableId",
|
||||||
name: "gen-edit",
|
// name: "gen-edit",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import("@/views/backOfficeSystem/systemConfig/gen/editTable"),
|
// import("@/views/backOfficeSystem/systemConfig/gen/editTable"),
|
||||||
meta: {
|
// meta: {
|
||||||
title: "代码生成编辑"
|
// title: "代码生成编辑"
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
// {
|
// {
|
||||||
// path: "/basicsmanage",
|
// path: "/basicsmanage",
|
||||||
// name: "/basicsmanage",
|
// name: "/basicsmanage",
|
||||||
|
|||||||
Reference in New Issue
Block a user