Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-10-29 13:50:48 +08:00
commit 9f9255d315
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ export default {
)
})
answer = o ? o.label : null
} else if (indexedDB.classifyType === 1) {
} else if (i.classifyType === 1) {
let o = list.find(v => {
return v.val.includes(obj.val)
})