zhangback
2025-12-03 d7e7e80121be970b323288a3f52a9cc51d51ab54
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" href="/favicon.ico" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>交控集团智慧物流调度平台</title>
  </head>
  <body>
    <div id="app"></div>
    <script type="module" src="/src/main.ts"></script>
    <script>
        window._AMapSecurityConfig = {
            securityJsCode: 'a1004b7eb9064c8c09f3725ccc135767',
        }
    </script>
    <script type="text/javascript" src='https://webapi.amap.com/maps?v=2.0&key=69e209992bdd0d511d6cf6dc73dfd0c0&plugin=AMap.PlaceSearch,AMap.Geocoder'></script>
    <script src="https://webapi.amap.com/ui/1.1/main.js?v=1.0.11"></script>
  </body>
</html>