feat: 组件切换动画过渡效果,查询ip转移到后端实现

This commit is contained in:
taoran
2023-12-01 16:38:09 +08:00
parent fc8377adde
commit 6720ef722b
15 changed files with 86 additions and 89 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ export default [
//标题筛选
if (title != '') {
list = list.filter(item => {
let tmpValue = item.value.toLowerCase()
let tmpValue = item.title.toLowerCase()
return tmpValue.indexOf(title.toLowerCase()) !== -1;
});
}