123456789101112131415161718192021222324 |
- <!--
- * @Author: shenmei
- * @Date: 2021-08-04 14:09:02
- * @LastEditors: Please set LastEditors
- * @LastEditTime: 2022-06-17 16:04:30
- * @Description: 网络安全告警
- * @FilePath: \maoming-h5\index.html
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <meta
- name="viewport"
- content="width=device-width,initial-scale=1.0,maximum-scale=1.0, user-scalable=0;"
- />
- <title>文章详情</title>
- <!-- <script src="http://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script> -->
- <script src="./static/amap.js"></script>
- </head>
- <body>
- <div id="app"></div>
- </body>
- </html>
|