Parcourir la source

上传图片授权

zhujindu il y a 1 an
Parent
commit
3ee1a83e97
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
       });