fix:联调权限接口
This commit is contained in:
22
src/router/routeMap.ts
Normal file
22
src/router/routeMap.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
const stageRoute = {
|
||||
backend: "stage",
|
||||
flow: "flow",
|
||||
origanization: "origanization",
|
||||
personnel: "personnel",
|
||||
permission: "permission",
|
||||
dict: "dict",
|
||||
}
|
||||
|
||||
const businessRoute = {
|
||||
business: "businessManage",
|
||||
"business.customer": "customerManage",
|
||||
"business.game_studio":"customerManage",
|
||||
"business.opportunity":"customerManage",
|
||||
}
|
||||
|
||||
|
||||
export const componentMap: Record<string, string> = {
|
||||
...stageRoute,
|
||||
...businessRoute
|
||||
};
|
||||
Reference in New Issue
Block a user