From 334a28c5ef11126f71a3f7f49697ba8cfbfcb255 Mon Sep 17 00:00:00 2001 From: Yuan Date: Tue, 11 Oct 2022 17:20:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/baseUrl.js | 4 +- src/views/system/exampleCaseManage/create.vue | 157 +++++++++++------- 2 files changed, 99 insertions(+), 62 deletions(-) diff --git a/src/utils/baseUrl.js b/src/utils/baseUrl.js index b654d6b38..b23886d27 100644 --- a/src/utils/baseUrl.js +++ b/src/utils/baseUrl.js @@ -25,13 +25,13 @@ export function handlerUrl(data) { // const data = null; // BASE_API = 'https://joylink.club/jlcloud'; // BASE_API = 'https://test.joylink.club/jlcloud'; - // BASE_API = 'http://192.168.3.233/rtss-server'; + BASE_API = 'http://192.168.3.233/rtss-server'; // BASE_API = 'http://114.116.51.125/jlcloud'; // BASE_API = 'http://192.168.3.90:9100'; // 周寅 // BASE_API = 'http://192.168.3.94:9000'; // 旭强 // BASE_API = 'http://192.168.3.15:9000'; // 张赛 // BASE_API = 'http://192.168.3.5:9000'; // 夏增彬 - BASE_API = 'http://192.168.3.37:9000'; // 卫志宏 + // BASE_API = 'http://192.168.3.37:9000'; // 卫志宏 // BASE_API = 'http://b29z135112.zicp.vip'; // BASE_API = 'http://2925963m2a.zicp.vip'; // 杜康 // BASE_API = 'http://2i38984j47.qicp.vip'; // 张赛 diff --git a/src/views/system/exampleCaseManage/create.vue b/src/views/system/exampleCaseManage/create.vue index 8ce186ad7..0b37fc5b4 100644 --- a/src/views/system/exampleCaseManage/create.vue +++ b/src/views/system/exampleCaseManage/create.vue @@ -1,31 +1,33 @@