改地址 #24

已合并
juzi 2022-12-15 16:58:35 +08:00 将 1 次代码提交从 11-wms-zjl 合并至 master

查看文件

@ -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() {},