From bb1a98507bbf387d40e311f7ddee9d67b4fa1dbd Mon Sep 17 00:00:00 2001 From: zyy <1787816799@qq.com> Date: Fri, 16 Aug 2019 18:02:50 +0800 Subject: [PATCH] =?UTF-8?q?desc:=20=E5=9C=B0=E5=9B=BE=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=8C=BA=E5=88=86=E7=BB=98=E5=9B=BE=E6=95=B0=E6=8D=AE=EF=BC=8C?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/zh/map.js | 2 +- src/utils/baseUrl.js | 4 ++-- .../mapedit/mapoperate/config/list.vue | 3 +-- .../mapdraft/mapedit/mapoperate/counter.vue | 2 +- .../mapedit/mapoperate/delayunlock.vue | 2 +- .../mapdraft/mapedit/mapoperate/section.vue | 15 +++++++------- .../mapdraft/mapedit/mapoperate/signal.vue | 20 ++++++++++--------- .../mapdraft/mapedit/mapoperate/station.vue | 9 +++++---- .../mapedit/mapoperate/stationcontrol.vue | 5 +++-- .../mapedit/mapoperate/stationstand.vue | 5 +++-- .../mapdraft/mapedit/mapoperate/switch.vue | 9 ++++----- .../mapedit/mapoperate/trainwindow.vue | 2 +- 12 files changed, 40 insertions(+), 38 deletions(-) diff --git a/src/i18n/langs/zh/map.js b/src/i18n/langs/zh/map.js index ca8bcd87d..ef4374821 100644 --- a/src/i18n/langs/zh/map.js +++ b/src/i18n/langs/zh/map.js @@ -255,7 +255,7 @@ export default { sepTypeRight: '右侧分隔符类型:', sectionOffsetRight: '右侧Link偏移量:', isSegmentation: '是否分割:', - segmentationPosition: '默认背景:', + segmentationPosition: '分割坐标:', isCurve: '是否曲线:', sectionPoints: '区段显示坐标:', trainPosType: '列车所在方向:', diff --git a/src/utils/baseUrl.js b/src/utils/baseUrl.js index 72be3b2f1..2e575c51e 100644 --- a/src/utils/baseUrl.js +++ b/src/utils/baseUrl.js @@ -3,8 +3,8 @@ export function getBaseUrl() { let BASE_API; if (process.env.NODE_ENV === 'development') { // BASE_API = 'https://joylink.club/jlcloud'; - // BASE_API = 'https://test.joylink.club/jlcloud'; - BASE_API = 'http://192.168.3.5:9000'; // 袁琪 + BASE_API = 'https://test.joylink.club/jlcloud'; + // BASE_API = 'http://192.168.3.5:9000'; // 袁琪 // BASE_API = 'http://192.168.3.6:9000'; // 旭强 // BASE_API = 'http://192.168.3.4:9000' // 琰培 } else { diff --git a/src/views/map/mapdraft/mapedit/mapoperate/config/list.vue b/src/views/map/mapdraft/mapedit/mapoperate/config/list.vue index 54dd75fc1..93199b8b2 100644 --- a/src/views/map/mapdraft/mapedit/mapoperate/config/list.vue +++ b/src/views/map/mapdraft/mapedit/mapoperate/config/list.vue @@ -104,7 +104,7 @@