ZaiZai hai 10 meses
pai
achega
33dd8132bc

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240508113302"
+  "value": "20240508113533"
 }

+ 10 - 0
scripts/cache.json

@@ -0,0 +1,10 @@
+{
+    "version": "20230607160059",
+    "target1": "http://192.168.0.109:8090",
+    "target": "http://192.168.0.125:8090",
+    "smsPhone": "",
+    "vite": {
+        "port": 5180,
+        "host": "0.0.0.0"
+    }
+}

+ 6 - 9
src/config/index.json

@@ -1,10 +1,7 @@
 {
-    "version": "20230607160059",
-    "target1": "http://192.168.0.109:8090",
-    "target": "http://192.168.0.125:8090",
-    "smsPhone": "",
-    "vite": {
-        "port": 5180,
-        "host": "0.0.0.0"
-    }
-}
+  "version": "20240508113533",
+  "target1": "http://192.168.0.109:8090",
+  "target": "http://127.0.0.1:8090",
+  "smsPhone": "",
+  "vite": {}
+}

+ 5 - 1
src/views/debit-pay/material/components/material/dataModal.vue

@@ -216,7 +216,11 @@ watch(() => props.ids, (id) => {
 
 //监听
 watch(isShow, (val) => {
-    if (val) detailsModalShow()
+    if (val) {
+        nextTick(() => {
+            detailsModalShow()
+        })
+    }
 })
 
 //分段器