index.html introduces:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="./favicon.ico">
<title>SUPER_MAN</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<script type="text/javascript" src="./static/js/qunee-min.js"></script>
</body>
</html>
after reboot, there is no problem when loading from the home page. But when it comes to other routes, refresh the browser. How to solve the problem that
Uncaught SyntaxError: Unexpected token <
appears?