This commit is contained in:
zoujiandong
2025-07-24 08:57:22 +08:00
parent 9b00f8a04b
commit c758477084
30 changed files with 1302 additions and 371 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ const _sfc_main = {
const search = () => {
if (props.type == "home") {
utils_navTo.navTo({
url: `/pages/search/search?keyWord=${keyWord.value}`
url: `/pages/search/search?keyWord=${keyWord.value}&from=home`
});
} else if (props.type == "caseTalk") {
utils_navTo.navTo({