ZaiZai 1 tahun lalu
induk
melakukan
2db828723b
4 mengubah file dengan 14 tambahan dan 8 penghapusan
  1. 1 1
      public/version.json
  2. 8 0
      scripts/cache.json
  3. 3 6
      src/config/index.json
  4. 2 1
      src/views/project/admin/list.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240430174453"
+  "value": "20240430175137"
 }

+ 8 - 0
scripts/cache.json

@@ -0,0 +1,8 @@
+{
+    "version": "20230607160059",
+    "target": "http://192.168.0.125",
+    "vite": {
+        "port": 5187,
+        "host": "0.0.0.0"
+    }
+}

+ 3 - 6
src/config/index.json

@@ -1,8 +1,5 @@
 {
-    "version": "20230607160059",
-    "target": "http://192.168.0.125",
-    "vite": {
-        "port": 5187,
-        "host": "0.0.0.0"
-    }
+  "version": "20240430175137",
+  "target": "http://192.168.0.125:80",
+  "vite": {}
 }

+ 2 - 1
src/views/project/admin/list.vue

@@ -255,7 +255,8 @@ const downloadTemplate = async () => {
 }
 
 //上传完成
-const uploadSuccess = () => {
+const uploadSuccess = (a, b, res) => {
+    window?.$message.success(res.msg)
     setTimeout(() => {
         getTableData()
         modalImportClose()