เพิ่มแสดงเมนู
This commit is contained in:
parent
f448af5533
commit
d747eb5659
1 changed files with 3 additions and 3 deletions
|
|
@ -5,12 +5,12 @@ const supportCategory = () =>
|
|||
export default [
|
||||
{
|
||||
path: "/support",
|
||||
name: "supportMain",
|
||||
name: "support",
|
||||
component: supportMain,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.1],
|
||||
Role: "evaluate",
|
||||
Role: "support",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -20,7 +20,7 @@ export default [
|
|||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.1],
|
||||
Role: "evaluate",
|
||||
Role: "support",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue