吉安感知网项目-前端
shuishen
2026-02-03 89380e6260a75d1d3b94de687ebcc2f50d50659d
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
54
55
56
57
58
59
<!--
 * @Author       : yuan
 * @Date         : 2025-12-18 15:26:38
 * @LastEditors  : yuan
 * @LastEditTime : 2025-12-19 15:07:45
 * @FilePath     : \applications\mobile-web-view\index.html
 * @Description  :
 * Copyright 2025 OBKoro1, All Rights Reserved.
 * 2025-12-18 15:26:38
-->
<!DOCTYPE html>
<html lang="zh-CN">
    <head>
        <meta charset="UTF-8" />
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta http-equiv="X-UA-Compatible" content="chrome=1" />
        <meta name="renderer" content="webkit" />
        <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black" />
        <meta name="format-detection" content="telephone=no" />
        <link rel="icon" href="/favicon1.png" />
        <link rel="stylesheet" href="/fonts/font.css" />
        <link rel="stylesheet" href="/iconfont/index.css" />
        <link rel="stylesheet" href="/iconfont/avue/iconfont.css" />
        <link rel="stylesheet" href="/iconfont/saber/iconfont.css" />
        <link rel="stylesheet" href="/iconfont/common/iconfont.css" />
        <link rel="stylesheet" href="/css/loading.css" />
        <link rel="stylesheet" href="/css/saber.css" />
        <title>掌控智飞</title>
    </head>
 
    <body>
        <div id="app">
            <!--            <div id="loader-wrapper">-->
            <!--                <div class="loader-box">-->
            <!--                    <span>指</span>-->
            <!--                    <span>挥</span>-->
            <!--                    <span>调</span>-->
            <!--                    <span>度</span>-->
            <!--                    <span>平</span>-->
            <!--                    <span>台</span>-->
            <!--                </div>-->
            <!--                <div class="loader-title">系统加载中</div>-->
            <!--            </div>-->
        </div>
        <script type="module" src="/src/main.js"></script>
        <script type="text/javascript" src="/depend/uni.webview.1.5.6.js"></script>
        <script src="./depend/ZLMRTCClient.js"></script>
        <script src="https://webapi.amap.com/maps?v=1.4&key=YOUR_KEY&plugin=AMap.Autocomplete,AMap.PlaceSearch,AMap.PlaceSearch&callback=onLoad&proxy=AMapService"></script>
        <script src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
        <script>
            window._AMapSecurityConfig = {
                securityJsCode: '0d24cac7a5ca287b9155e201b1c2983d',
            }
        </script>
    </body>
</html>