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