fix
This commit is contained in:
@@ -523,7 +523,13 @@ export default defineComponent({
|
||||
//跳转到首页
|
||||
turnToHomePage() {
|
||||
this.getLang()
|
||||
this.$router.push("/home");
|
||||
// this.$router.push("/home");
|
||||
// console.log(window.location.search.substring(1));
|
||||
if(window.location.search.substring(1) == 'oldHis'){
|
||||
this.$router.push("/oldHistory");
|
||||
}else{
|
||||
this.$router.push("/home");
|
||||
}
|
||||
},
|
||||
//获取当前语言
|
||||
getLang(){
|
||||
|
||||
Reference in New Issue
Block a user