Commit c77309e6 authored by zhanglw's avatar zhanglw

地图初始定位

parent 41f9441c
...@@ -3,15 +3,16 @@ const config = { ...@@ -3,15 +3,16 @@ const config = {
//ganxu //ganxu
// BASE_URL: 'http://192.168.3.23:9092', // BASE_URL: 'http://192.168.3.23:9092',
// REAL_URL: 'http://192.168.3.23:9092', // REAL_URL: 'http://192.168.3.23:9092',
// ws: '8.143.203.103:9092', // ws: 'http://192.168.3.23:9092',
//服务器 //服务器
// BASE_URL: 'http://8.143.203.103:9092', BASE_URL: 'http://8.143.203.103:9092',
// REAL_URL: 'http://8.143.203.103:9092', REAL_URL: 'http://8.143.203.103:9092',
ws: 'http://8.143.203.103:9092',
// BASE_URL: 'http://39.164.225.220:5000',
// REAL_URL: 'http://39.164.225.220:5000',
// ws: '39.164.225.220:5000',
BASE_URL: 'http://39.164.225.220:5000',
REAL_URL: 'http://39.164.225.220:5000',
ws: '39.164.225.220:5000',
TOKEN_KEY: 'token', TOKEN_KEY: 'token',
USER_KEY: 'userInfo', USER_KEY: 'userInfo',
URL_KEY: 'urlInfo' URL_KEY: 'urlInfo'
......
...@@ -238,7 +238,7 @@ export default { ...@@ -238,7 +238,7 @@ export default {
zongTimer3: null, zongTimer3: null,
submitReportFormId: null, submitReportFormId: null,
mapDom: null, mapDom: null,
mapCenter: [122.04700, 37.4890], mapCenter: [114.14911, 35.683],//[122.04700, 37.4890],
posTimer: null, posTimer: null,
currArea: null, currArea: null,
optFlag: false, optFlag: false,
...@@ -2437,4 +2437,4 @@ export default { ...@@ -2437,4 +2437,4 @@ export default {
justify-content: space-between; justify-content: space-between;
} }
} }
</style> </style>
\ No newline at end of file
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