修改测试问题

This commit is contained in:
guanj
2026-07-02 09:53:56 +08:00
parent 536f22584d
commit 2106e2e9c1
19 changed files with 105 additions and 116 deletions

View File

@@ -698,7 +698,7 @@ const nodeClick = async (e: anyObj, node?: any) => {
if (e == undefined) {
return (loading.value = false)
}
if (e?.pname.includes('便携')) {
if (e?.pname?.includes?.('便携')) {
deviceType.value = '1'
} else {
deviceType.value = '2'