改地址2 #25

Samengevoegd
juzi heeft 1 commits samengevoegd van 11-wms-zjl naar master 2022-12-15 18:29:31 +08:00

Bestand weergeven

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