Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
Note that for performance reasons, only the first access to one of the properties is shown.
可以这样改下,vendor/modstart/modstart/src/helpers.php文件里第461行,改一行代码。
可以了,谢谢!
可以是可以了 重新登录 验证码出不来啊! 求解决办法
看具体的报错日志信息是什么?
Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
A page or script is accessing at least one of
navigator.userAgent
,navigator.appVersion
, andnavigator.platform
. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.To fix this issue, replace the usage of
navigator.userAgent
,navigator.appVersion
, andnavigator.platform
with feature detection, progressive enhancement, or migrate tonavigator.userAgentData
.Note that for performance reasons, only the first access to one of the properties is shown.
受影响的资源
1 个来源
应该不是这个日志,看下后端日志,在位置 storage/logs 中。