mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-14 13:26:48 +08:00
6 lines
160 B
JavaScript
6 lines
160 B
JavaScript
export const BASE = 'https://u-pre.boe.com'
|
|
export const GET_USER_LIST = `/userbasic/user/list post`
|
|
export const GET_USER_INFO = `/userbasic/user/info post`
|
|
|
|
|