fix: 修复楼层装修跳转错误

master
mahe 2023-12-22 17:41:19 +08:00
parent 286295393d
commit 118e68b8ac
2 changed files with 2 additions and 6 deletions

View File

@ -246,9 +246,7 @@ export default {
//
goBack() {
this.$router.push({
path: "/wapList",
});
this.$router.go(-1);
},
//

View File

@ -168,9 +168,7 @@ export default {
//
goback() {
this.$router.push({
path: "/wapList",
});
this.$router.go(-1);
},
//