傅豪杰 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;