fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user