webstorm在网页调试F12自动跳回应用并显示页面未授权

用bootstrap-select插件做多选,正在调试突然出现这问题,赶紧拿小本本记下来。

跳回webstorm,显示Page“......”requested without authorization,you can copy URL and open it in browser to trust it.

打开webstorm的setting >> Build,Execution,Deployment >> Debugger >> 勾选Allow unsigned requests

webstorm在网页调试F12自动跳回应用并显示页面未授权_第1张图片webstorm在网页调试F12自动跳回应用并显示页面未授权_第2张图片

然后再打开调试就ok辣

虽然并不知道为什么,以后知道了会补充的?

你可能感兴趣的:(webStorm)