Browse Source

更新依赖,发正式版前,请先在main.js里移除Sentry监控初始化,测试服的异常查看:http://192.168.0.109:5501/

ZaiZai 1 năm trước cách đây
mục cha
commit
86bce36e75
2 tập tin đã thay đổi với 14 bổ sung8 xóa
  1. 9 0
      scripts/cache.json
  2. 5 8
      src/config/index.json

+ 9 - 0
scripts/cache.json

@@ -0,0 +1,9 @@
+{
+    "version": "20230607160059",
+    "target": "http://192.168.0.109:8090",
+    "smsPhone": "",
+    "vite": {
+        "port": 5174,
+        "host": "0.0.0.0"
+    }
+}

+ 5 - 8
src/config/index.json

@@ -1,9 +1,6 @@
 {
-    "version": "20230607160059",
-    "target": "http://192.168.0.109:8090",
-    "smsPhone": "",
-    "vite": {
-        "port": 5174,
-        "host": "0.0.0.0"
-    }
-}
+  "version": "20231107162542",
+  "target": "http://127.0.0.1:8090",
+  "smsPhone": "",
+  "vite": {}
+}