feat: open permission

This commit is contained in:
xuziqiang
2024-06-04 11:40:32 +08:00
parent e1b0d817fe
commit bd89f7973d
4 changed files with 107 additions and 4204 deletions

View File

@@ -1,4 +1,7 @@
const BASE_URL = '/carbon-smart';
export enum permission {
add = `${BASE_URL}/admin/permission/save`,
}
export enum origanizemanage {
userList = '/carbon-smart/api/user/queryUserByPage',