added setWindowHash, reverted vis changes
This commit is contained in:
parent
2d5a7809ac
commit
ab37a837ce
4 changed files with 10 additions and 5 deletions
|
@ -274,6 +274,9 @@ const app = new Vue({
|
|||
}, false)
|
||||
},
|
||||
methods: {
|
||||
setWindowHash(route = "") {
|
||||
window.location.hash = `#${route}`;
|
||||
},
|
||||
async oobeInit() {
|
||||
this.appMode = "oobe"
|
||||
this.setLz(this.cfg.general.language)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue