This commit is contained in:
2025-12-24 17:04:07 +08:00
parent 8113f98195
commit 99f8fd7b6a
3 changed files with 4 additions and 4 deletions

View File

@@ -643,10 +643,10 @@ export function isY9MachineType() {
// 爱山东环境判断
export function isAsdMachineType() {
return typeof lightAppJssdk !== 'undefined'
// const ua = navigator.userAgent;
// const isY9Machine = /asd_hanweb/i.test(ua); // 匹配机器型号
// return isY9Machine;
return !!lightAppJssdk.user
}