เพิ่มแสดงเมนู
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 [
|
export default [
|
||||||
{
|
{
|
||||||
path: "/support",
|
path: "/support",
|
||||||
name: "supportMain",
|
name: "support",
|
||||||
component: supportMain,
|
component: supportMain,
|
||||||
meta: {
|
meta: {
|
||||||
Auth: true,
|
Auth: true,
|
||||||
Key: [1.1],
|
Key: [1.1],
|
||||||
Role: "evaluate",
|
Role: "support",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -20,7 +20,7 @@ export default [
|
||||||
meta: {
|
meta: {
|
||||||
Auth: true,
|
Auth: true,
|
||||||
Key: [1.1],
|
Key: [1.1],
|
||||||
Role: "evaluate",
|
Role: "support",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue