-- 新建学员管理

This commit is contained in:
yuping
2022-12-10 14:49:53 +08:00
parent aed2511d4f
commit 39f8bd9830
5 changed files with 696 additions and 34 deletions

8
src/api/ThirdApi.js Normal file
View File

@@ -0,0 +1,8 @@
export const BASE = 'https://pre.boe.com'
export const BASE_DEV = 'https://u-pre.boe.com'
export const USER_LIST = '/userbasic/user/list 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'