In the vue project, the js, error report is introduced into this project.

I introduced js, into html

<body>
   <script type="text/javascript" src="../../../libs/analytics-pc.js"></script>
</body>

the following error occurred:

GET http://localhost:8080/libs/analytics-pc.js net::ERR_ABORTED 404 (Not Found)
localhost/:1 Refused to execute script from "http://localhost:8080/libs/analytics-pc.js" because its MIME type ("text/html") is not executable, and strict MIME type checking is enabled.

There is no error in the

path. What is the cause of the error?

Aug.18,2021

is the problem of your service. See if there are any routes configured?

Menu