7.24
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user