<!--
|
* @Author: shuishen 1109946754@qq.com
|
* @Date: 2022-09-07 09:34:58
|
* @LastEditors: shuishen 1109946754@qq.com
|
* @LastEditTime: 2023-04-04 13:56:52
|
* @FilePath: \hbsl\public\index.html
|
* @Description:
|
*
|
* Copyright (c) 2022 by shuishen 1109946754@qq.com, All Rights Reserved.
|
-->
|
<!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">
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<title>
|
湖北省水库大坝监测平台
|
</title>
|
|
<script src="./static/config.js"></script>
|
|
<script src="./depend/vue.min.js"></script>
|
|
<script src="./depend/vue-router.min.js"></script>
|
|
<script src="./depend/vuex.min.js"></script>
|
|
<!-- 引入样式 -->
|
<link rel="stylesheet" href="./depend/element-ui.css">
|
<!-- 引入组件库 -->
|
<script src="./depend/element-ui.js"></script>
|
|
<script src="./depend/echarts.min.js"></script>
|
|
<script>
|
window._axiosPromiseArr = []
|
</script>
|
|
</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 -->
|
</body>
|
|
</html>
|