lilei 2 years ago
parent
commit
d255113219
3 changed files with 3 additions and 3 deletions
  1. 1 1
      .env.preview
  2. 1 1
      public/version.json
  3. 1 1
      vue.config.js

+ 1 - 1
.env.preview

@@ -1,6 +1,6 @@
 NODE_ENV=production
 VUE_APP_PREVIEW=true
-VUE_APP_API_BASE_URL=http://p.iscm.360arrow.com/qpls-md
+VUE_APP_API_BASE_URL=https://p.iscm.360arrow.com/qpls-md
 VUE_APP_WX_BASE_URL=//p.iscm.360arrow.com/qpls-md/websocket/
 VUE_APP_VERSION=V1.0.1
 VUE_APP_ENVTIPS=预发布环境

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1684393082071
+  "version": 1684393551061
 }

+ 1 - 1
vue.config.js

@@ -210,7 +210,7 @@ const vueConfig = {
     proxy: {
       '/api': {
         // target: 'http://192.168.2.111/qpls-md',
-        target: 'http://p.iscm.360arrow.com/qpls-md',
+        target: 'https://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,
         changeOrigin: true,