Explorar o código

1.2.40 修改导出图片库路径

liuyanpeng hai 1 ano
pai
achega
6c6d896779
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 2 2
      package.json
  2. 1 1
      src/routes/route-eam-v3.js

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
   "name": "prodog-pc-client",
   "description": "Leanwo Prodog Client",
-  "version": "1.2.38",
+  "version": "1.2.40",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "dev": "cross-env webpack serve --config ./webpack.dev.js",
@@ -17,7 +17,7 @@
     "click-outside-vue3": "^4.0.1",
     "client-base-v4": "4.0.73",
     "client-dic-v3": "^3.0.33",
-    "client-eam-v3": "^3.0.76",
+    "client-eam-v3": "^3.0.77",
     "client-role-v3": "^3.0.24",
     "client-sensor-v3": "^1.0.2",
     "client-wms-v3": "^3.1.1",

+ 1 - 1
src/routes/route-eam-v3.js

@@ -214,7 +214,7 @@ const routes = [
     },
     //导出图片库
     {
-        path: '/eam/exportPictureLibrary/:uuid', component: ExportPictureLibrary,
+        path: '/eam/exportPictureLibrary', component: ExportPictureLibrary,
     },
     //批量待修改使用状态
     {