lilei 3 년 전
부모
커밋
d5cdaa6934
2개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      public/version.json
  2. 2 3
      vue.config.js

+ 1 - 1
public/version.json

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

+ 2 - 3
vue.config.js

@@ -108,10 +108,9 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.16.155:8602/ocs-admin',
+        // target: 'http://192.168.16.155:8602/ocs-admin',
         // target: 'https://t.ocs.360arrow.com/ocs-admin', //  Á·Ï°
-        // target: 'http://p.ocs.360arrow.com/ocs-admin', //  Ô¤·¢²¼
-        // target: 'http://ocs-admin.360arrow.com/ocs-admin', //  Éú²ú
+        target: 'http://p.ocs.360arrow.com/ocs-admin', //  Ô¤·¢²¼
         ws: false,
         changeOrigin: true,
         pathRewrite: {