Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 320 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 320 Bytes

需要在main.js引用改文件

和Vue-router一起使用,如若改变/#之前的Url需要重新授权

import('@/common/wxsdk')
import WXSDK from '@/common/wxsdk';
WXSDK.chooseImage().then(res => {
    // 本地图片Ids
});
await WXSDK.uploadImage(this.src); // 上传到微信服务器