get-version

This commit is contained in:
vapormusic 2022-02-11 21:48:17 +07:00
parent 641c554d15
commit 064b287553
2 changed files with 4 additions and 4 deletions

View file

@ -1244,9 +1244,9 @@ const app = new Vue({
if (route.indexOf("/") == -1) {
this.page = route
window.location.hash = this.page
if (this.page == "settings") {
this.getVersion()
}
// if (this.page == "settings") {
// this.version
// }
return
}
let hash = route.split("/")