window.encodeURIComponent()

topic_bank
hjm 6 years ago
parent e9b5a6db20
commit 19b3908203

@ -297,8 +297,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;

Loading…
Cancel
Save