跳转问题

This commit is contained in:
chc 2022-10-25 18:35:48 +08:00
parent 05f8defe56
commit f1753babbe

View File

@ -229,7 +229,7 @@ export default {
// //
goBack() { goBack() {
this.$router.push({ this.$router.push({
path: "/decoration/wap", path: "page-decoration/wap",
}); });
}, },