|
@ -6,6 +6,8 @@ |
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> |
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> |
|
|
<link rel="shortcut icon" href="<%= BASE_URL %>favicon.ico" /> |
|
|
<link rel="shortcut icon" href="<%= BASE_URL %>favicon.ico" /> |
|
|
<script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak=Q6OHwjpraQLhQt1u0WG6mkSysBlajDlV"></script> |
|
|
<script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak=Q6OHwjpraQLhQt1u0WG6mkSysBlajDlV"></script> |
|
|
|
|
|
<script charset="utf-8" src="https://map.qq.com/api/js?v=2.exp&key=MQFBZ-LTWW6-R7XSK-MFXUQ-DVSIE-BGB4M"></script> |
|
|
|
|
|
<script src="https://3gimg.qq.com/lightmap/components/geolocation/geolocation.min.js"></script> |
|
|
<!-- 站点配置 --> |
|
|
<!-- 站点配置 --> |
|
|
<script> |
|
|
<script> |
|
|
window.SITE_CONFIG = {} |
|
|
window.SITE_CONFIG = {} |
|
@ -39,7 +41,7 @@ |
|
|
<!-- 集成测试环境 --> |
|
|
<!-- 集成测试环境 --> |
|
|
<% if (process.env.VUE_APP_NODE_ENV === 'prod:sit') { %> |
|
|
<% if (process.env.VUE_APP_NODE_ENV === 'prod:sit') { %> |
|
|
<script> |
|
|
<script> |
|
|
window.SITE_CONFIG['apiURL'] = 'http://219.146.91.110:9094/epdc-api' |
|
|
window.SITE_CONFIG['apiURL'] = 'http://219.146.91.110:11000/epdc-api' |
|
|
</script> |
|
|
</script> |
|
|
<% } %> |
|
|
<% } %> |
|
|
<!-- 验收测试环境 --> |
|
|
<!-- 验收测试环境 --> |
|
|