修复YYC松鼠短视频系统搜索功能无法使用问题
找到 songshu-video-uniapp/pages/index/seacher/seacher.vue
171行和172行
this.history.remove(value);
this.history.unshift(value);
注释此两行代码
// this.history.remove(value);
// this.history.unshift(value);
由于是修改 songshu-video-uniapp 需要重新打包