no message
This commit is contained in:
parent
1e7f5b8187
commit
cc7d32bf3d
1 changed files with 13 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ const report = () => import("@/modules/11_discipline/components/5_Report/MainPag
|
|||
const directorMain = () => import("@/modules/11_discipline/components/ุ6_Information/Director/MainPage.vue")
|
||||
const channelMain = () => import("@/modules/11_discipline/components/ุ6_Information/Channel/MainPage.vue")
|
||||
const complaintAdd = () => import("@/modules/11_discipline/components/1_Complaint/AddComplaintPage.vue")
|
||||
const orderAdd = () => import("@/modules/11_discipline/components/4_Order/OrderPage.vue")
|
||||
|
||||
|
||||
export default [
|
||||
|
|
@ -52,8 +53,8 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
path: "/discipline/order",
|
||||
name: "/discipline-order",
|
||||
path: "/discipline-order",
|
||||
name: "/disciplineorder",
|
||||
component: oredrMain,
|
||||
meta: {
|
||||
Auth: true,
|
||||
|
|
@ -101,4 +102,14 @@ export default [
|
|||
Role: "coin",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/discipline-order/add",
|
||||
name: "/discipline-order-add",
|
||||
component: orderAdd,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [11.4],
|
||||
Role: "coin",
|
||||
},
|
||||
},
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue