Commit 2309c5d3 by liuguorong93

更新

parent 59d23c3a
......@@ -2,18 +2,18 @@
let layerPrefix = 'fangzheng_jingquan_data_'
// 地图前缀(内网)
let mapPrefix = 'http://172.18.71.238:8088/EzServer7/'
let mapResPrefix = 'http://172.18.71.238:8088/MapRes_/'
// let mapPrefix = 'http://172.18.71.238:8088/EzServer7/'
// let mapResPrefix = 'http://172.18.71.238:8088/MapRes_/'
// 辖区组件(内网)
let clientUrl = 'http://172.18.71.238:8082/zzjgModelV1'
// let clientUrl = 'http://172.18.71.238:8082/zzjgModelV1'
// 地图前缀(公司对外)
// let mapPrefix = 'http://59.109.37.252/EzServer/'
// let mapResPrefix = 'http://59.109.37.252/vtserver/'
let mapPrefix = 'http://59.109.37.252/EzServer/'
let mapResPrefix = 'http://59.109.37.252/vtserver/'
// 辖区组件(公司对外)
// let clientUrl = 'http://59.109.37.252/zzjgModelV1'
let clientUrl = 'http://59.109.37.252/zzjgModelV1'
var config = {
clientUrl,
......
......@@ -7,7 +7,7 @@ switch (env) {
baseUrl = '/spatiotemporal'
break
case 'production':
baseUrl = 'http://172.18.71.227:8083'
baseUrl = 'http://59.109.37.252'
break
}
......
......@@ -11,7 +11,7 @@
<!-- 右下底图切换 -->
<baseMap></baseMap>
<!-- 右上行政区划框 -->
<xzqhSelect></xzqhSelect>
<!-- <xzqhSelect></xzqhSelect> -->
<!-- 右上工具箱 -->
<toolCase></toolCase>
<!-- 左下鼠标经纬度 -->
......
......@@ -68,7 +68,7 @@ module.exports = {
}
},
"/spatiotemporal": {
target: "http://172.18.71.227:8083/",
target: "http://59.109.37.252/",
ws: true,
changeOrigin: true,
pathRewrite: {
......
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