你打开浏览器控制条,看一下有什么报错,网络请求是否正常
我也碰到了这个问题,控制台报错:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
:2480/api/v2.1/admin/dtable-system-plugins/:1
问题提示如下:
- 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
, 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.