11 lines
251 B
JavaScript
11 lines
251 B
JavaScript
// TODO 区分环境
|
|
export const host = 'http://47.102.220.189:58089/api/bizsvr'
|
|
|
|
export default {
|
|
loginByApp: `/loginByApp`,
|
|
getInfoByApp: `/getInfoByApp`,
|
|
getEmisCountry: `/emis/emisCountry/list`,
|
|
getEmisRegion: `/emis/emisRegion/list`,
|
|
}
|
|
|