Compare commits

..

No commits in common. "ef9203ddb8f9081ffb971a701be28ff952f8f447" and "be84eb46ea46099eca8f719c5246b909fc37d216" have entirely different histories.

View File

@ -219,7 +219,7 @@ export default {
// this.$router.push('/') // this.$router.push('/')
if (sessionStorage.getItem('param')) { if (sessionStorage.getItem('param')) {
const param = JSON.parse(window.atob(sessionStorage.getItem('param'))) const param = JSON.parse(window.atob(sessionStorage.getItem('param')))
window.location = 'http://main.cnbmai.picaiba.com?' + param window.location = 'http://zs.main.picaiba.com?' + param
} }
}, },
handleAlarm() {}, handleAlarm() {},