Răsfoiți Sursa

Merge branch 'master' of http://47.104.88.16:10880/shuhi/shuhi-ui

Alex 11 luni în urmă
părinte
comite
cfbabe866b
4 a modificat fișierele cu 26 adăugiri și 6 ștergeri
  1. 1 1
      .env.development
  2. 1 1
      .env.staging
  3. BIN
      dist.zip
  4. 24 4
      package-lock.json

+ 1 - 1
.env.development

@@ -1,3 +1,3 @@
 # 开发环境接口地址
-VITE_API_URL=http://bk.shuhi.com
+VITE_API_URL=https://bk.shuhi.com
 #VITE_API_URL=http://localhost:8080

+ 1 - 1
.env.staging

@@ -1,2 +1,2 @@
 # 预发布环境接口地址
-VITE_API_URL=http://bk.shuhi.com
+VITE_API_URL=https://bk.shuhi.com

BIN
dist.zip


+ 24 - 4
package-lock.json

@@ -22,7 +22,7 @@
         "echarts": "~5.5.1",
         "echarts-wordcloud": "~2.1.0",
         "ele-admin-plus": "~1.2.1",
-        "element-plus": "~2.8.1",
+        "element-plus": "2.8.4",
         "exceljs": "~4.4.0",
         "highlight.js": "~11.10.0",
         "jsbarcode": "~3.11.6",
@@ -33,6 +33,8 @@
         "pinia": "~2.2.2",
         "sortablejs": "~1.15.2",
         "tinymce": "~5.10.9",
+        "v-viewer": "^3.0.21",
+        "viewerjs": "^1.11.7",
         "vue": "~3.4.38",
         "vue-echarts": "~7.0.3",
         "vue-router": "~4.4.3",
@@ -2235,9 +2237,9 @@
       }
     },
     "node_modules/element-plus": {
-      "version": "2.8.1",
-      "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.8.1.tgz",
-      "integrity": "sha512-p11/6w/O0+hGvPhiN3jrcgh+XG+eg5jZlLdQVYvcPHZYhhCh3J3YeZWW1JO/REPES1vevkboT6VAi+9wHA8Dsg==",
+      "version": "2.8.4",
+      "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.8.4.tgz",
+      "integrity": "sha512-ZlVAdUOoJliv4kW3ntWnnSHMT+u/Os7mXJjk2xzOlqNeHaI2/ozlF+R58ZCEak8ZnDi6+5A2viWEYRsq64IuiA==",
       "dependencies": {
         "@ctrl/tinycolor": "^3.4.1",
         "@element-plus/icons-vue": "^2.3.1",
@@ -6414,6 +6416,19 @@
         "node": ">=8"
       }
     },
+    "node_modules/v-viewer": {
+      "version": "3.0.21",
+      "resolved": "https://registry.npmmirror.com/v-viewer/-/v-viewer-3.0.21.tgz",
+      "integrity": "sha512-FyorVqtWiv9LvDG36XEh8HDv8TAcVnMn0+s4b9yKUdBriAZNlYJvgyhGnhyBH/w9yK1PlLVyhorKEj26B6JK1Q==",
+      "dependencies": {
+        "lodash-es": "^4.17.21",
+        "viewerjs": "^1.11.6"
+      },
+      "peerDependencies": {
+        "viewerjs": "^1.11.0",
+        "vue": "^3.0.0"
+      }
+    },
     "node_modules/vfile": {
       "version": "5.3.7",
       "resolved": "https://registry.npmmirror.com/vfile/-/vfile-5.3.7.tgz",
@@ -6455,6 +6470,11 @@
         "url": "https://opencollective.com/unified"
       }
     },
+    "node_modules/viewerjs": {
+      "version": "1.11.7",
+      "resolved": "https://registry.npmmirror.com/viewerjs/-/viewerjs-1.11.7.tgz",
+      "integrity": "sha512-0JuVqOmL5v1jmEAlG5EBDR3XquxY8DWFQbFMprOXgaBB0F7Q/X9xWdEaQc59D8xzwkdUgXEMSSknTpriq95igg=="
+    },
     "node_modules/vite": {
       "version": "5.4.2",
       "resolved": "https://registry.npmmirror.com/vite/-/vite-5.4.2.tgz",