Compare commits

...

2 Commits

Author SHA1 Message Date
be84eb46ea Merge pull request '改地址' (#24) from 11-wms-zjl into master
Reviewed-on: #24
2022-12-15 16:58:34 +08:00
76483bb4b8 改地址 2022-12-15 16:52:00 +08:00

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