sunChengjie 7 months ago
parent
commit
72a1f91511
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/App.vue

+ 2 - 2
src/App.vue

@@ -28,7 +28,7 @@ export default {
 		// 	emulateJSON: true
 		// })
 
-		const res = await getWxConfig({ url: window.location.href })
+		const res = await getWxConfig({})
 
 		//发送成功
 		var timestamp = res.wxConfig.timestamp;
@@ -36,7 +36,7 @@ export default {
 		var signature = res.wxConfig.signature;
 		var appId = res.wxConfig.appId;
 		var jsapiTicket = res.jsapi_ticket
-		var url = res.url
+		var url = window.location.href
 		wx.config({
 			debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
 			// debug : true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。