This commit is contained in:
chc
2022-10-25 18:50:54 +08:00
parent f1753babbe
commit b9869053c2

View File

@@ -229,7 +229,7 @@ export default {
// 返回查询数据页面 // 返回查询数据页面
goBack() { goBack() {
this.$router.push({ this.$router.push({
path: "page-decoration/wap", path: "/wapList",
}); });
}, },