浏览代码

上传图片授权

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();
       });