Sfoglia il codice sorgente

改地址

pull/24/head
juzi 1 anno fa
parent
commit
76483bb4b8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/layout/components/Navbar.vue

+ 1
- 1
src/layout/components/Navbar.vue Vedi 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() {},


Caricamento…
Annulla
Salva