|
@@ -1,7 +1,7 @@
|
|
|
// const testUrl = 'http://223.93.170.82:23650'
|
|
|
const testUrl = ''
|
|
|
const host = window.location.hostname;
|
|
|
-const imgHost = host.indexOf("localhost")>-1?'http://173.18.12.195:82':('http://'+host+':82');
|
|
|
+const imgHost = host.indexOf("localhost")>-1?'http://173.18.12.191:82':('http://'+host+':82');
|
|
|
export default {
|
|
|
//imgHost: 'http://192.168.2.236:82', //富文本编辑器图片回传地址
|
|
|
// imgHost: 'http://192.168.2.121:82', //富文本编辑器图片回传地址
|
|
@@ -13,7 +13,7 @@ export default {
|
|
|
'verifyImgVerification': '/api/user/userver/verifyImgVerification',
|
|
|
'login': 'api/user/user/getJwt',
|
|
|
'getSmsWithRegister': '/api/user/userver/getSmsWithRegister',
|
|
|
- // 'getSmsWithRegister': 'http://192.168.3.117:5050/api/user/userver/getSmsWithRegister',
|
|
|
+ // 'getSmsWithRegister': 'http://172.16.8.64:5050/api/user/userver/getSmsWithRegister',
|
|
|
'verifySmsVerification': '/api/user/userver/verifySmsVerification',
|
|
|
'checkTel': '/api/user/user/verifyNoUsername',//注册验证手机号
|
|
|
'checkForgetTel': '/api/user/user/verifyExistUsername',//忘记密码验证手机号
|