2024-03-22 15:48:25 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2024-09-24 17:30:54 +08:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="referrer" content="no-referrer" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<meta name="renderer" content="webkit">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
|
|
<title>
|
|
|
|
<%= webpackConfig.name %>
|
|
|
|
</title>
|
|
|
|
<script src="<%= VUE_APP_BASE_API %>/api/script"></script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<!-- built files will be auto injected -->
|
|
|
|
</body>
|
|
|
|
|
2024-03-22 15:48:25 +08:00
|
|
|
</html>
|
|
|
|
<style>
|
|
|
|
/*body{*/
|
2024-09-24 17:30:54 +08:00
|
|
|
/*overflow: auto !important;*/
|
2024-03-22 15:48:25 +08:00
|
|
|
/*}*/
|
2024-09-24 17:30:54 +08:00
|
|
|
</style>
|