From 4ec5cd256360894d026858c9674eb4338a08b6c7 Mon Sep 17 00:00:00 2001 From: wxyclub Date: Tue, 22 Aug 2023 16:51:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E4=BC=81=E6=A0=87?= =?UTF-8?q?=E5=88=B6=E4=BF=AE=E8=AE=A2=E6=97=B6=E5=A4=9A=E4=B8=AA=E8=A2=AB?= =?UTF-8?q?=E4=BB=A3=E6=9B=BF=E6=A0=87=E5=87=86=E6=97=B6=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=E7=9A=84=E9=A1=BA=E5=BA=8F=E5=8F=B7bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sysConfig/index.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/sysConfig/index.js b/src/sysConfig/index.js index 6d02dbdde..a10432652 100644 --- a/src/sysConfig/index.js +++ b/src/sysConfig/index.js @@ -1,7 +1,8 @@ -/*** @description: 通用配置 -* @author: chenxiaoxi -* @date: 2018-09-04 17:47:46 -*/ +/*** 前端本地配置文件: + @description: 通用配置 + * @author: chenxiaoxi + * @date: 2018-09-04 17:47:46 + */ // 服务器地址 // const devIp = '39.98.140.126' // const devInterfacePORT = '4202' @@ -77,4 +78,4 @@ module.exports = { enterprise: enterprise, // GQ广汽 SJZX数据中心 theme: theme, // 主题 processInterfaceURL: `http://${serverIP}:${processPort}/bat-wkflow` -} \ No newline at end of file +}