链接指向修正

This commit is contained in:
范露尧
2023-07-10 13:47:02 +08:00
parent fdb4c482d3
commit 1f278407c8
2 changed files with 18 additions and 38 deletions

View File

@@ -403,11 +403,11 @@
check_login() {
this.token = window.sessionStorage.getItem('__TOKEN');
if (!this.token)
location = '/gb/yjb/manage/login'
location = '/202307/html/manage/login.html'
},
toBuildPage() {
location = '/gb/yjb/OutsideWall/BuildingResult'
location = '/202307/html/outsidewall/BuildingResult.html'
},
loading_false() { this.loading = false },