zhujindu преди 1 година
родител
ревизия
3ee1a83e97
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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();
       });