ZaiZai há 2 anos atrás
pai
commit
6f790fd3a2
3 ficheiros alterados com 4 adições e 7 exclusões
  1. 0 3
      .gitignore
  2. 3 3
      src/config/index.js
  3. 1 1
      vite.config.js

+ 0 - 3
.gitignore

@@ -5,6 +5,3 @@ node_modules
 .DS_Store
 
 dist
-
-src/config/index.js
-vite.config.js

+ 3 - 3
src/config/index.js

@@ -17,9 +17,9 @@ export default {
     statusWhiteList: [],    //http的status默认放行列表
     ossUrl: 'https://bladex-test-info.oss-cn-chengdu.aliyuncs.com', //oss地址
     smsPhone: '',  //测试接受短信验证码的手机号
-    dev_version: '202212291625',    //开发版本号
-    //host: 'http://47.110.251.215:8090',  //测试线上
-    host: 'http://127.0.0.1:8090',  //打包线上
+    dev_version: '202303281056',    //开发版本号
+    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', //刘依程
     socket: 'wss://business.hcxxy.com/wss/websocket/',  //测试线上

+ 1 - 1
vite.config.js

@@ -37,7 +37,7 @@ export default defineConfig({
     ],
     server: {
         //port: '3001',
-        host: '0.0.0.0',
+        //host: '0.0.0.0',
         proxy: {
             '/api': {
                 ws: true,