改地址2 #25

Merged
juzi merged 1 commits from 11-wms-zjl into master 2022-12-15 18:29:31 +08:00
Showing only changes of commit 3aa4572ed4 - Show all commits

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