lilei 3 anos atrás
pai
commit
117dbb838e
2 arquivos alterados com 3 adições e 3 exclusões
  1. 1 1
      public/version.json
  2. 2 2
      vue.config.js

+ 1 - 1
public/version.json

@@ -1,4 +1,4 @@
 {
-    "version": "1.1.2",
+    "version": "1.1.5",
     "message": "发现有新版本发布,确定更新系统?"
 }

+ 2 - 2
vue.config.js

@@ -198,8 +198,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.16.151:8503/qpls-md',
-        // target: 'http://p.iscm.360arrow.com/qpls-md',
+        // target: 'http://192.168.16.151:8503/qpls-md',
+        target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,
         changeOrigin: true,