mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
5 lines
283 B
JavaScript
5 lines
283 B
JavaScript
// export const USER_LIST = '/userbasic/user/list post'
|
|
export const USER_LIST = '/userbasic/user/searchList post'
|
|
export const ORG_LIST = '/userbasic/org/list post'
|
|
export const ORG_CHILD_LIST = '/userbasic/org/info post'
|
|
export const AUDIENCE_LIST = '/userbasic/audience/list post' |