From be20a390217a0f759de4be88fba1e3f03da5eb2b Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Fri, 11 Dec 2020 21:40:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=99=BB=E5=BD=95=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scripts/ProjectConfig.js | 2 +- src/utils/baseUrl.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scripts/ProjectConfig.js b/src/scripts/ProjectConfig.js index 704ff32e1..44624170b 100644 --- a/src/scripts/ProjectConfig.js +++ b/src/scripts/ProjectConfig.js @@ -166,7 +166,7 @@ export const loginInfo = { designsdy: { title: '江苏电子信息职业学院城市轨道交通设计平台', loginPath: '/design/login?project=sdy', - loginParam: 'JYD', + loginParam: 'SDY', titleDistance: '-150px', navigationLogoWidth: '40px', navigationMarginLeft: '60px', diff --git a/src/utils/baseUrl.js b/src/utils/baseUrl.js index c0569ef83..54719f53d 100644 --- a/src/utils/baseUrl.js +++ b/src/utils/baseUrl.js @@ -1,8 +1,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 = 'https://joylink.club/jlcloud'; + // BASE_API = 'https://test.joylink.club/jlcloud'; // BASE_API = 'http://192.168.8.107:9000'; // 袁琪 // BASE_API = 'http://192.168.8.129:9000'; // 旭强 // BASE_API = 'http://192.168.8.119:9000'; // 张赛