Commit 2309c5d3 by liuguorong93

更新

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