From 2210965709e2ee278d65aad03f3c83bdcfd89647 Mon Sep 17 00:00:00 2001 From: zyy <1787816799@qq.com> Date: Fri, 24 Apr 2020 14:17:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=B3=BB=E7=BB=9F=E5=85=B3?= =?UTF-8?q?=E4=BA=8Evue=E6=8A=A5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/baseUrl.js | 4 ++-- src/views/iscs/iscsSystem/config/bas/controlBAS.vue | 6 +++--- .../iscs/iscsSystem/config/cctv/controlCCTV.vue | 3 ++- src/views/iscs/iscsSystem/index.vue | 4 ++-- src/views/orderauthor/order/detail.vue | 12 ++++++------ src/views/orderauthor/rules/index.vue | 4 ++-- src/views/publish/publishMap/index.vue | 12 ++++++------ src/views/publish/runPlanEveryDay/index.vue | 10 +++++----- src/views/publish/runPlanTemplate/index.vue | 10 +++++----- src/views/system/deviceManage/add.vue | 8 ++++---- src/views/system/deviceManage/editConfig.vue | 8 ++++---- 11 files changed, 41 insertions(+), 40 deletions(-) diff --git a/src/utils/baseUrl.js b/src/utils/baseUrl.js index 7cedc6817..e9046878d 100644 --- a/src/utils/baseUrl.js +++ b/src/utils/baseUrl.js @@ -2,9 +2,9 @@ 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 = '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.6:9000'; // 旭强 // BASE_API = 'http://192.168.3.41:9000'; // 张赛 // BASE_API = 'http://192.168.3.82:9000'; // 杜康 // BASE_API = 'http://192.168.3.41:9000'; // 张赛 diff --git a/src/views/iscs/iscsSystem/config/bas/controlBAS.vue b/src/views/iscs/iscsSystem/config/bas/controlBAS.vue index 4612fcdf4..b336c4bab 100644 --- a/src/views/iscs/iscsSystem/config/bas/controlBAS.vue +++ b/src/views/iscs/iscsSystem/config/bas/controlBAS.vue @@ -76,7 +76,7 @@ - +
模式类别
@@ -104,8 +104,8 @@ export default { data() { return { dialogVisible: false, - tableTitleStyle: 'text-align: center; height: 28px; padding: 0;background: #45607B;', - rowStyle: 'text-align: center;height: 28px; padding: 0; background: #45607B;', + tableTitleStyle: {'text-align': 'center', 'height': '28px', 'padding': '0', 'background': '#45607B'}, + rowStyle: {'text-align': 'center', 'height': '28px', 'padding': '0', 'background': '#45607B' }, tableData: [{ code: '101', faf1: '打开', diff --git a/src/views/iscs/iscsSystem/config/cctv/controlCCTV.vue b/src/views/iscs/iscsSystem/config/cctv/controlCCTV.vue index 6ff73ef03..0834261dc 100644 --- a/src/views/iscs/iscsSystem/config/cctv/controlCCTV.vue +++ b/src/views/iscs/iscsSystem/config/cctv/controlCCTV.vue @@ -129,7 +129,8 @@ export default { return { selectedCCTV: '41', descriptionList: [], - textarea: '' + textarea: '', + value: '' }; }, mounted() { diff --git a/src/views/iscs/iscsSystem/index.vue b/src/views/iscs/iscsSystem/index.vue index 95e2a93ec..81f627124 100644 --- a/src/views/iscs/iscsSystem/index.vue +++ b/src/views/iscs/iscsSystem/index.vue @@ -1,7 +1,7 @@