feat:权限(除role的相关按钮外)

This commit is contained in:
陈劲松
2020-12-08 21:53:37 +08:00
committed by chenjinsong
parent c60086e1b6
commit fe416e6d48
52 changed files with 533 additions and 336 deletions

View File

@@ -145,3 +145,17 @@ export const setting = {
{value:'OFF',label: i18n.t('config.dc.suspended')}
]
};
//公共组件的跳转来源
export const fromRoute = {
panel: "panel",
explore: "explore",
message: "message",
rule: "rule",
model: "model",
asset: "asset",
dc: "dc",
endpoint: "endpoint",
project: "project",
endpointQuery: "endpointQuery"
};