lilei 7 месяцев назад
Родитель
Сommit
c6223e7e1d
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      public/version.json
  2. 2 2
      vue.config.js

+ 1 - 1
public/version.json

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

+ 2 - 2
vue.config.js

@@ -108,9 +108,9 @@ const vueConfig = {
     // If you want to turn on the proxy, please remosve the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.2.100:89/ocs-admin',
+        // target: 'http://192.168.2.131/ocs-admin',
         // target: 'https://t.ocs.360arrow.com/ocs-admin', //  练习
-        // target: 'https://p.ocs.360arrow.com/ocs-admin', //  预发布
+        target: 'https://p.ocs.360arrow.com/ocs-admin', //  预发布
         ws: false,
         changeOrigin: true,
         pathRewrite: {