傅豪杰 7 月之前
父節點
當前提交
da8e10137c
共有 1 個文件被更改,包括 3 次插入1 次删除
  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;