|
|
@@ -10,7 +10,7 @@ function jsapiSign() {
|
|
|
setTimeout(() => {
|
|
|
let isIOS = /iphone|ipad/i.test(navigator.userAgent);
|
|
|
http.http
|
|
|
- .get('/wx/jsapiSign', { url: isIOS ? store.state.firstUrl : location.origin + location.href })
|
|
|
+ .get('/wx/jsapiSign', { url: isIOS ? store.state.firstUrl : location.origin + location.pathname })
|
|
|
.then(res => {
|
|
|
wx.config({
|
|
|
debug: false,
|