去除主页内容直接跳转map

This commit is contained in:
lnljyang
2026-01-07 12:15:24 +08:00
parent 82b8d21506
commit de046f3c01
5 changed files with 4 additions and 60 deletions

View File

@@ -71,7 +71,7 @@ export default {
},
computed: {
current() {
return this.$store.state.current || "index";
return this.$store.state.current || "map";
},
_userInfo() {
console.log("---------------------");