改地址

This commit is contained in:
朱菊兰 2022-12-15 16:52:00 +08:00
parent ec92abe1bf
commit 76483bb4b8

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://192.168.1.103:9527/#/?' + param window.location = 'http://zs.main.picaiba.com?' + param
} }
}, },
handleAlarm() {}, handleAlarm() {},