修改测试问题
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user