Sfoglia il codice sorgente

上传图片授权

zhujindu 1 anno fa
parent
commit
3ee1a83e97
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/storeManagement/storeAdd.vue

+ 1 - 1
src/views/storeManagement/storeAdd.vue

@@ -842,7 +842,7 @@ export default {
   },
   activated() {
     // 授权
-    getTicketFun().then(() => {
+    getTicketFun(['getLocation', 'chooseImage', 'uploadImage']).then(() => {
       this.$nextTick(() => {
         this.getLocation();
       });