About the record of html in page access in pycharm (authorization issue)

About the record of html in page access in pycharm (authorization issue)

 

Solve the problem of unauthorized page'http://localhost:63342/v3/js/math/math.map' requested without authorization

When using webstorm to debug the page, a dialog box always pops up saying that the page is not authorized, as shown in the following figure:

 

I tried both of the solutions to be effective. I feel that the first one is general for the positive solution, and the second one can also be used as a reference.

The first:

File--Settings as shown below

 

The second type:

Find js/math/math.min.js according to the save location (other similar error reports are common) as shown below

 

Delete the last line

//# sourceMappingURL=math.map

Guess you like

Origin blog.csdn.net/zyc__python/article/details/106645445