Sfoglia il codice sorgente

fix: ams管理端icon

cjwen 1 anno fa
parent
commit
aa59cae7e9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      front/admin-front/src/views/address/index.vue

+ 1 - 1
front/admin-front/src/views/address/index.vue

@@ -75,7 +75,7 @@ export default {
           )
             .then((response) => {
               console.log(response.data);
-              // this.downloadFile(response.data);
+              this.downloadFile(response.data);
             })
             .catch((e) => {
               console.log(e);