Compare commits

..

No commits in common. "3c34e31711db2e8ca1067a68d7ffa6ba3cb0e3ae" and "c3127d406698f80b43650725fdbd63149ca09f53" have entirely different histories.

View File

@ -219,7 +219,7 @@ export default {
// this.$router.push('/')
if (sessionStorage.getItem('param')) {
const param = JSON.parse(window.atob(sessionStorage.getItem('param')))
window.location = 'http://192.168.1.103:9527/#/?' + param
window.location = 'https://www.baidu.com/?' + param
}
},
handleAlarm() {},