fix:router issue
This commit is contained in:
parent
f4b7767476
commit
1017ef74c0
3 changed files with 13 additions and 11 deletions
|
|
@ -3,12 +3,11 @@ const Main = () => import("@/modules/07_issues/views/Main.vue");
|
|||
export default [
|
||||
{
|
||||
path: "/issues",
|
||||
name: "issuesMain",
|
||||
name: "manageIssues",
|
||||
component: Main,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "REPORT_ORG",
|
||||
Role: "STAFF",
|
||||
role: ["SUPER_ADMIN", "ISSUE"],
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue