|
|
|
@ -1,8 +1,8 @@ |
|
|
|
|
import Setting from '@/setting'; |
|
|
|
|
|
|
|
|
|
let host = Setting.apiBaseURL |
|
|
|
|
let uploadURL = 'http://112.74.110.92:8001' |
|
|
|
|
let loginhost = 'http://www.liuwanr.cn/liuwanr' |
|
|
|
|
// let host = 'http://192.168.31.117'//宁本地
|
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
host, |
|
|
|
@ -11,7 +11,7 @@ export default { |
|
|
|
|
|
|
|
|
|
queryPhone: `${loginhost}/userInfo/queryPhone`, //查询电话是否存在
|
|
|
|
|
|
|
|
|
|
uploadUserAvatars: `http://www.liuwanr.cn/liuwanr/user/uploadUserAvatars`, |
|
|
|
|
uploadUserAvatars: `${uploadURL}/oss/manage/fileupload`, |
|
|
|
|
queryProvince: `${host}/enterprise/province/queryProvince`, |
|
|
|
|
queryCity: `${host}/enterprise/city/queryCity`, |
|
|
|
|
queryClient: `${host}/enterprise/client/list`, |
|
|
|
|