You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
2.2 KiB
58 lines
2.2 KiB
<!--
|
|
* @Author: lough
|
|
* @Date: 2021-12-03 09:21:03
|
|
* @LastEditors: lough
|
|
* @LastEditTime: 2022-11-18 09:26:43
|
|
* @Description:
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
|
|
/>
|
|
<meta http-equiv="Access-Control-Allow-Origin" content="*" />
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
|
<title><%= webpackConfig.name %></title>
|
|
<script src="<%= BASE_URL %>application.js"></script>
|
|
<script src="<%= BASE_URL %>static/videoMonitorPlayer/jsencrypt.min.js"></script>
|
|
<script src="<%= BASE_URL %>static/videoMonitorPlayer/jsWebControl-1.0.0.min.js"></script>
|
|
<script
|
|
type="text/javascript"
|
|
src="https://webapi.amap.com/maps?v=1.4.15&key=84594d0df3ebdc1dbb4cee3f1bac7916"
|
|
></script>
|
|
<script src="https://webapi.amap.com/loca?v=1.3.0&key=84594d0df3ebdc1dbb4cee3f1bac7916"></script>
|
|
<script src="<%= BASE_URL %>static/flv/flv.js"></script>
|
|
<script src="<%= BASE_URL %>static/extends.js"></script>
|
|
<script>
|
|
|
|
// window._CONFIG["apiJsonUrl"] = "http://47.116.52.164:10002"; //阿里云
|
|
window._CONFIG["fileNginxUrl"] =
|
|
"http://20.1.0.152:10003/wxb"; //文件
|
|
window._CONFIG["ssiMapUrl"] =
|
|
"http://47.116.52.164:10002/ssitcmapserverback"; //地图
|
|
window._CONFIG["ssiMapNginxUrl"] =
|
|
"http://47.116.52.164:10002/staticData/taicang/"; //地图
|
|
//生产地址
|
|
// window._CONFIG["apiJsonUrl"] = "http://20.1.0.152:10003"; //接口地址
|
|
// window._CONFIG['nginxUrl'] = 'http://20.1.0.151:7980/wxbfile/' // 图片预览 minio
|
|
// dev
|
|
window._CONFIG["apiJsonUrl"] = "http://10.10.3.35:9070"; //接口地址
|
|
window._CONFIG['nginxUrl'] = 'http://10.10.2.26:7980/wxbfile/' // 图片预览 minio
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong
|
|
>We're sorry but <%= webpackConfig.name %> doesn't work properly without
|
|
JavaScript enabled. Please enable it to continue.</strong
|
|
>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|