5566
This commit is contained in:
@@ -77,6 +77,17 @@ const router = createRouter({
|
||||
icon: "icon-arrow-right"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "problem",
|
||||
name: "problem",
|
||||
component: () => import("@/views/project/problem/index.vue"),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
roles: ["*"],
|
||||
locale: "问题单详情",
|
||||
icon: "icon-arrow-right"
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user