Merge branches 'dev_aliyun' and 'topic_bank' of https://bdgit.educoder.net/Hjqreturn/educoder into topic_bank

topic_bank
杨树明 5 years ago
commit 3c8e8ed459

@ -298,7 +298,7 @@ class App extends Component {
const url = '/wechats/js_sdk_signature.json'
const currentUrl = window.location.href.split('#')[0]
axios.post(url, {
url: currentUrl,
url: window.__testUrl || window.encodeURIComponent(currentUrl),
}).then((response) => {
console.log('got res')
const data = response.data;

Loading…
Cancel
Save