|
|
|
@ -286,8 +286,9 @@ class App extends Component {
|
|
|
|
|
const wx = window.wx
|
|
|
|
|
const url = '/wechats/js_sdk_signature.json'
|
|
|
|
|
const currentUrl = window.location.href.split('#')[0]
|
|
|
|
|
// window.encodeURIComponent()
|
|
|
|
|
axios.post(url, {
|
|
|
|
|
url: window.__testUrl || window.encodeURIComponent(currentUrl),
|
|
|
|
|
url: window.__testUrl || currentUrl,
|
|
|
|
|
}).then((response) => {
|
|
|
|
|
console.log('got res')
|
|
|
|
|
const data = response.data;
|
|
|
|
@ -295,7 +296,7 @@ class App extends Component {
|
|
|
|
|
debug: false,
|
|
|
|
|
appId: data.appid,
|
|
|
|
|
timestamp: data.timestamp,
|
|
|
|
|
nonceStr: data.nonceStr,
|
|
|
|
|
nonceStr: data.noncestr,
|
|
|
|
|
signature: data.signature,
|
|
|
|
|
jsApiList: [
|
|
|
|
|
'onMenuShareTimeline',//
|
|
|
|
|