duy 7 달 전
부모
커밋
4183c7cfcc
3개의 변경된 파일5개의 추가작업 그리고 15개의 파일을 삭제
  1. 1 1
      public/version.json
  2. 0 7
      scripts/cache.json
  3. 4 7
      src/config/index.json

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240827163559"
+  "value": "20250109141949"
 }

+ 0 - 7
scripts/cache.json

@@ -1,7 +0,0 @@
-{
-  "target1": "http://39.108.216.210:8090",
-  "target": "http://192.168.0.109:8090",
-  "dev": {
-    "port": 1888
-  }
-}

+ 4 - 7
src/config/index.json

@@ -1,12 +1,9 @@
 {
   "target1": "http://39.108.216.210:8090",
-  "target2": "http://127.0.0.1:8090",
-  "target": "http://192.168.0.196:8090",
-  "target4": "http://192.168.0.109:8090",
+  "target": "http://192.168.0.109:8090",
+  "target2": "http://192.168.0.101:8090",
+  "target3": "http://183.247.216.148:28090",
   "dev": {
     "port": 1888
-  },
-  "version": "20240827163559",
-  "smsPhone": "",
-  "vite": {}
+  }
 }