Commit d604caf4 by zhaopanyu

zpy 8.29

parent 9ef39c63
...@@ -131,29 +131,20 @@ export const dynamicRoutes = [ ...@@ -131,29 +131,20 @@ export const dynamicRoutes = [
}, },
], ],
}, },
{ {
path: "/schoolManage/schoolNotice", path: "/system/dict-data",
component: Layout, component: Layout,
hidden: true, hidden: true,
permissions: ["system:role:edit"], permissions: ["system:dict:list"],
children: [ children: [
{ {
path: "/personnelGrouping/authUser", path: "index/:dictId(\\d+)",
component: () => component: () => import("@/views/system/dict/data"),
import( name: "Data",
"@/views/smartSchool/schoolManage/schoolNotice/personnelGrouping/authUser.vue" meta: { title: "字典数据", activeMenu: "/system/dict" },
),
name: "AuthUser",
meta: {
title: "分配成员",
activeMenu:
"/smartSchool/schoolManage/schoolNotice/personnelGrouping",
},
}, },
], ],
}, },
{ {
path: "/monitor/job-log", path: "/monitor/job-log",
component: Layout, component: Layout,
......
import Layout from '@/layout' import Layout from "@/layout";
export default [ export default [
// 校园简介编辑页面 // 校园简介编辑页面
...@@ -152,6 +152,28 @@ export default [ ...@@ -152,6 +152,28 @@ export default [
}, },
], ],
}, },
//人员分组
{
path: "/schoolManage/schoolNotice",
component: Layout,
hidden: true,
permissions: ["system:role:edit"],
children: [
{
path: "/personnelGrouping/authUser",
component: () =>
import(
"@/views/smartSchool/schoolManage/schoolNotice/personnelGrouping/authUser.vue"
),
name: "AuthUser",
meta: {
title: "分配成员",
activeMenu:
"/smartSchool/schoolManage/schoolNotice/personnelGrouping",
},
},
],
},
// 公文流转--公文流转查看 // 公文流转--公文流转查看
{ {
path: "/schoolManage", path: "/schoolManage",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment