傅豪杰 il y a 7 mois
Parent
commit
da8e10137c
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      src/App.vue

+ 3 - 1
src/App.vue

@@ -28,7 +28,9 @@ export default {
 		// 	emulateJSON: true
 		// })
 
-		const res = await getWxConfig({})
+		const res = await getWxConfig({
+            url:window.location.href
+		})
 
 		//发送成功
 		var timestamp = res.wxConfig.timestamp;