Quellcode durchsuchen

修改自定义页面导出图片库路径

yanwentao vor 1 Jahr
Ursprung
Commit
03e478b5ae
2 geänderte Dateien mit 2 neuen und 5 gelöschten Zeilen
  1. 1 4
      src/components/customer/ExportPictureLibrary.vue
  2. 1 1
      src/router/index.js

+ 1 - 4
src/components/customer/ExportPictureLibrary.vue

@@ -34,15 +34,12 @@ export default {
   },
   data: function () {
     return {
-      uuid: '',
       loading: false,
            
     };
   },
 
-  created: function () {
-    this.uuid = this.$route.params.uuid;
-  },
+
   methods: {
     /**
          * 下载图片库

+ 1 - 1
src/router/index.js

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