Selaa lähdekoodia

上传图片授权

zhujindu 1 vuosi sitten
vanhempi
commit
3ee1a83e97
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();
       });