This commit is contained in:
Gdpao
2020-08-09 19:11:12 +08:00
28 changed files with 542 additions and 165 deletions

View File

@@ -442,7 +442,9 @@
})
},
goSearch() {
this.$u.route("/pageB/search/index");
this.$u.route("/pageB/search/index", {
type: 2,
});
}
},
}