jxdnsong
2023-04-05 be147d2a99d60a30b20fade742e85b45f06172ae
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!--
 * @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>