lcw
This commit is contained in:
@ -56,7 +56,7 @@ export const publicRoutes = [
|
||||
component: layout,
|
||||
redirect: "/user/department-ist",
|
||||
children: [
|
||||
|
||||
|
||||
{
|
||||
path: "/",
|
||||
name: "unitInformation",
|
||||
@ -192,7 +192,7 @@ export const publicRoutes = [
|
||||
icon: "personnel"
|
||||
},
|
||||
children: [
|
||||
{
|
||||
{
|
||||
path: "/training/annualInspectionTraining",
|
||||
name: "annualInspectionTraining",
|
||||
component: () => import("@/views/Training/AnnualInspectionTraining/index"),
|
||||
@ -283,25 +283,25 @@ export const publicRoutes = [
|
||||
// icon: "personnel-manage"
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: "/dict/detail",
|
||||
// name: "dictDetail",
|
||||
// component: () =>
|
||||
// import("@/views/backOfficeSystem/systemConfig/dict/detail"),
|
||||
// meta: {
|
||||
// title: "字典数据"
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: "/dict/index",
|
||||
// name: "dictIndex",
|
||||
// component: () =>
|
||||
// import("@/views/backOfficeSystem/systemConfig/dict/index"),
|
||||
// meta: {
|
||||
// title: "字典列表",
|
||||
// icon: "article-ranking"
|
||||
// }
|
||||
// },
|
||||
{
|
||||
path: "/dict/detail",
|
||||
name: "dictDetail",
|
||||
component: () =>
|
||||
import("@/views/backOfficeSystem/systemConfig/dict/detail"),
|
||||
meta: {
|
||||
title: "字典数据"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/dict/index",
|
||||
name: "dictIndex",
|
||||
component: () =>
|
||||
import("@/views/backOfficeSystem/systemConfig/dict/index"),
|
||||
meta: {
|
||||
title: "字典列表",
|
||||
icon: "article-ranking"
|
||||
}
|
||||
},
|
||||
// {
|
||||
// path: "/user/job",
|
||||
// name: "userJob",
|
||||
|
||||
Reference in New Issue
Block a user