| | |
| | | <!DOCTYPE html> |
| | | <!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>Vite App</title> |
| | | <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="text/javascript"> |
| | | window._AMapSecurityConfig = { |
| | | serviceHost: 'http://47.100.191.150:8083/_AMapService' |
| | | //例如 :serviceHost:'http://1.1.1.1:80/_AMapService', |
| | | }; |
| | | </script> |
| | | <script |
| | | type="text/javascript" |
| | | src="https://webapi.amap.com/maps?v=1.4.5&key=520c5e5cf44c7793104e500cbf0ed711&plugin=Map3D,ElasticMarker,AMap.ControlBar,AMap.Geocoder" |
| | | ></script> |
| | | <!-- <script src="/src/lib/jquery-3.5.1.min.js"></script> --> |
| | | <script type="module" src="/src/main.js"></script> |
| | | </body> |
| | | </html> |