html js index.html 引入 scan() { // 掉接口,获取所需要的配置参数 this.axios .post(/api/we_chat/getJSSDK, { url: location.href }) .then(data => { let _this = this; wx.config({ debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,