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
@@ -84,7 +84,7 @@ const goMy=()=>{
const search=()=>{
if(props.type=='home'){
navTo({
url: `/pages/search/search?keyWord=${keyWord.value}`,
url: `/pages/search/search?keyWord=${keyWord.value}&from=home`,
});
}else if(props.type=='caseTalk'){
navTo({