yangyj vor 2 Jahren
Ursprung
Commit
39eac1f62f
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      src/config/index.js

+ 2 - 1
src/config/index.js

@@ -18,10 +18,11 @@ export default {
     ossUrl: 'https://bladex-test-info.oss-cn-chengdu.aliyuncs.com', //oss地址
     smsPhone: '',  //测试接受短信验证码的手机号
     dev_version: '202303281056',    //开发版本号
-    host: 'http://47.110.251.215:8090',  //测试线上
+    // host: 'http://47.110.251.215:8090',  //测试线上
     //host: 'http://127.0.0.1:8090',  //打包线上
     //host: 'http://192.168.0.118', //祝炜
     //host: 'http://192.168.0.155', //刘依程
+     host: 'http://127.0.0.1:8090', //杨宇就
     socket: 'wss://business.hcxxy.com/wss/websocket/',  //测试线上
     //socket: 'ws://127.0.0.1:5399/websocket/',  //打包线上
 }