fix: 资源路径调整

This commit is contained in:
xuziqiang
2024-06-11 16:13:51 +08:00
parent c4652e2571
commit fbf460a620
16 changed files with 947 additions and 1060 deletions

View File

@@ -10,4 +10,5 @@ export enum enterPrise {
freeze = `${BASE_URL}/admin/org/freeze`,
getCode = `${BASE_URL}/admin/org/getCode`,
queryRootAc = `${BASE_URL}/admin/org/queryRootAc`,
permissionTree = `${BASE_URL}/api/dept/permissionTree`,
}