liuqiao 4 năm trước cách đây
mục cha
commit
60efc2ce21

+ 1 - 1
src/views/megagame/topic/details/detailafa.vue

@@ -58,7 +58,7 @@ export default {
      download(params);
     }
   },
-  methods: {},
+
 }
 </script>
 

+ 4 - 4
src/views/megagame/topic/details/detailaw.vue

@@ -103,8 +103,9 @@ export default {
   created() {},
   mounted() {},
   methods: {
-      methods: {
-      dow(fileId){
+    
+     dow(fileId){
+     // Request URL: http://localhost:8081/api/TransServlet?transCode=B00022&clientToken=d192a6df440544ef9bc63f274a1cb336&id=b7b4532a3085457a9d7260439ae00005
         const params = {
         transCode: 'B00022',    
         clientToken:store.getters.token || getToken(),
@@ -112,8 +113,7 @@ export default {
         uid: this.$store.getters.userId,
       }
      download(params);
-    }
-  },
+    },
   },
 }
 </script>