Commit 598631ec authored by 程卓's avatar 程卓

ip更换

parent 522cbf07
......@@ -10,7 +10,7 @@
<body>
<div id="app"></div>
<script src="http://10.251.20.1/hp_map/js/index_v1.0.js"></script>
<script src="http://10.251.32.1/hp_map/js/index_v1.0.js"></script>
<!-- <script src="/SMap.min.js"></script> -->
<!-- <script src="/dev/SMap.min.js"></script> -->
<!-- <script src="/Plugins.min.js"></script> -->
......
......@@ -3,8 +3,8 @@ let SOURCE_URL = ''
switch (process.env.NODE_ENV) {
case 'production':
// 政务网生产环境
BASE_URL = 'http://10.251.20.1/nd-api'
SOURCE_URL = 'http://10.251.20.1/nd-file/'
BASE_URL = 'http://10.251.32.1/nd-api'
SOURCE_URL = 'http://10.251.32.1/nd-file/'
// // 政务网生产环境,设置了代理api
// BASE_URL = '/nd-api'
......
......@@ -17,7 +17,7 @@
<body>
<div id="testMap"></div>
</body>
<script src="http://10.251.20.1/hp_map/js/index_v1.0.js"></script>
<script src="http://10.251.32.1/hp_map/js/index_v1.0.js"></script>
<script>
var jMap = new JMap();
var map_params = {
......
......@@ -121,7 +121,7 @@ export default defineComponent({
urls[i] &&
urls[i]
.replace('https', 'http')
.replace('open.ys7.com', '10.251.20.1')
.replace('open.ys7.com', '10.251.32.1')
} else {
item.video = urls[i]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment