You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.3 KiB
31 lines
1.3 KiB
2 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="">
|
||
|
<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">
|
||
|
<title>移风基层综合治理数字平台</title>
|
||
|
<!-- <title>test</title> -->
|
||
|
</head>
|
||
|
<body>
|
||
|
<noscript>
|
||
|
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||
|
</noscript>
|
||
|
<div id="app"></div>
|
||
|
<!-- built files will be auto injected -->
|
||
|
<script src="./js/gcoord.global.js"></script>
|
||
|
<script src="./js/h5player/h5player.min.js"></script>
|
||
|
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> -->
|
||
|
<link rel="stylesheet" href="./css/animate.min-4.1.1.css">
|
||
|
<% if (process.env.NODE_ENV === 'development') { %>
|
||
|
<script src="./js/echarts4.min.js"></script>
|
||
|
<% } %>
|
||
|
<% if (process.env.NODE_ENV === 'production') { %>
|
||
|
<!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> -->
|
||
|
<script src="./js/vue-2.6.10.js"></script>
|
||
|
<script src="./js/element-ui-2.15.13.js"></script>
|
||
|
<script src="./js/echarts4.min.js"></script>
|
||
|
<% } %>
|
||
|
</body>
|
||
|
</html>
|