From 3c95eb4f9719e06a339288889f967d71f54f0fbc Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Sun, 16 Apr 2023 16:11:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- .env.production | 2 +- src/views/kc/index/tpkfgl/tpkfgl.vue | 2 +- .../kc/kcErrorreport/components/KcErrorreportIndexForm.vue | 4 +++- src/views/kc/kcGongkaike/components/KcGongkaikeForm.vue | 4 ++-- src/views/kc/kcNotice/components/KcNoticeForm.vue | 6 +++--- 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.env b/.env index 014ec36..b17551f 100644 --- a/.env +++ b/.env @@ -11,7 +11,7 @@ VITE_GLOB_APP_SHORT_NAME = CourseInformationCenter VITE_GLOB_APP_CAS_BASE_URL=https://authserver.nenu.edu.cn/authserver # 是否开启单点登录 -VITE_GLOB_APP_OPEN_SSO = false +VITE_GLOB_APP_OPEN_SSO = true # 开启微前端模式 VITE_GLOB_APP_OPEN_QIANKUN=true diff --git a/.env.production b/.env.production index de33204..cf274d8 100644 --- a/.env.production +++ b/.env.production @@ -19,7 +19,7 @@ VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false VITE_GLOB_API_URL=/jeecgboot #后台接口全路径地址(必填) -VITE_GLOB_DOMAIN_URL=http://jeecg-boot-system:8080/jeecg-boot +VITE_GLOB_DOMAIN_URL=http://210.47.17.166/jeecg-boot # 接口父路径前缀 VITE_GLOB_API_URL_PREFIX= diff --git a/src/views/kc/index/tpkfgl/tpkfgl.vue b/src/views/kc/index/tpkfgl/tpkfgl.vue index 96169d0..4300a84 100644 --- a/src/views/kc/index/tpkfgl/tpkfgl.vue +++ b/src/views/kc/index/tpkfgl/tpkfgl.vue @@ -1,7 +1,7 @@