Compare commits
No commits in common. "be84eb46ea46099eca8f719c5246b909fc37d216" and "ec92abe1bf731eb0cc4c1e6053b39f7256ec87d4" have entirely different histories.
be84eb46ea
...
ec92abe1bf
@ -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://zs.main.picaiba.com?' + param
|
window.location = 'http://192.168.1.103:9527/#/?' + param
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handleAlarm() {},
|
handleAlarm() {},
|
||||||
|
Loading…
Reference in New Issue
Block a user