lixuliang
2024-04-18 419ce8d31a69c59d5796567173c1f8dc438652fc
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
<!DOCTYPE html>
<html>
 
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <title>三维频谱地图</title>
  <link rel="stylesheet" href="./static/SmartEarthSDK/Workers/css/smartearth.css">
  <style>
    .el-menu {
      background-color: transparent !important;
    }
 
    /* .te-right {
      height: auto !important;
    } */
 
  </style>
</head>
 
<body>
  <div id="app">
 
  </div>
  <!-- built files will be auto injected -->
  <script src="./static/conf.js"></script>
  <script src="./static/config.js"></script>
</body>
 
</html>