suerprisePlus
2024-05-30 7452857e6eb0d23dbd71a29f25985ada5208f25d
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
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
 
    <title>存量资产</title>
    <link rel="stylesheet" href="/CimSDK/CimSDK.min.css" />
    <style>
      html,
      body {
        overflow: hidden;
      }
      .van-toast {
        background: rgba(0, 0, 0, 0.85) !important;
        color: white;
        border-radius: 10px;
        padding: 10px;
      }
      .van-toast__text {
        word-wrap: break-word;
        white-space: normal;
        /* max-width: 200vh; */
      }
      .map-info-bar{
        display: none !important;
      }
      .compass{
        display: none;
      }
      .navigation-controls{
        display: none;
      }
    </style>
  </head>
 
  <body>
    <div id="app" style="overflow: hidden"></div>
    <script type="module" src="/src/main.js"></script>
    <script src="/CimSDK/Workers/jquery-3.5.0.min.js"></script>
    <script src="/CimSDK/CimSDK.min.js"></script>
    <script src="/config/config.js"></script>
  </body>
</html>