去除主页内容直接跳转map
This commit is contained in:
@@ -71,7 +71,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
current() {
|
||||
return this.$store.state.current || "index";
|
||||
return this.$store.state.current || "map";
|
||||
},
|
||||
_userInfo() {
|
||||
console.log("---------------------");
|
||||
|
||||
Reference in New Issue
Block a user