From b76a96d660888fb605e4d97f95bcb91ed90c5970 Mon Sep 17 00:00:00 2001 From: admin <417727563@qq.com> Date: Sun, 10 Nov 2024 18:23:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=83=A8=E7=BD=B2=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-prod.yml | 8 ++++---- jeecgboot-vue3/.env.production | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml index 46280ee..9f70760 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml @@ -1,5 +1,5 @@ server: - port: 8080 + port: 18090 tomcat: max-swallow-size: -1 error: @@ -208,16 +208,16 @@ jeecg: #签名拦截接口 signUrls: /sys/dict/getDictItems/*,/sys/dict/loadDict/*,/sys/dict/loadDictOrderByValue/*,/sys/dict/loadDictItem/*,/sys/dict/loadTreeData,/sys/api/queryTableDictItemsByCode,/sys/api/queryFilterTableDictInfo,/sys/api/queryTableDictByKeys,/sys/api/translateDictFromTable,/sys/api/translateDictFromTableByKeys,/sys/sendChangePwdSms,/sys/user/sendChangePhoneSms,/sys/sms,/desform/api/sendVerifyCode # local\minio\alioss - uploadType: alioss + uploadType: local # 前端访问地址 domainUrl: pc: http://localhost:3100 app: http://localhost:8051 path: #文件上传根目录 设置 - upload: /opt/jeecg-boot/upload + upload: /opt/kjj/upload #webapp文件路径 - webapp: /opt/jeecg-boot/webapp + webapp: /opt/kjj/webapp shiro: excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/bigscreen/category/**,/bigscreen/visual/**,/bigscreen/map/**,/jmreport/bigscreen2/**,/api/getUserInfo #阿里云oss存储和大鱼短信秘钥配置 diff --git a/jeecgboot-vue3/.env.production b/jeecgboot-vue3/.env.production index c998cb9..63e10ba 100644 --- a/jeecgboot-vue3/.env.production +++ b/jeecgboot-vue3/.env.production @@ -13,10 +13,10 @@ VITE_BUILD_COMPRESS = 'gzip' VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false #后台接口父地址(必填) -VITE_GLOB_API_URL=/kjj +VITE_GLOB_API_URL=/kejiju #后台接口全路径地址(必填) -VITE_GLOB_DOMAIN_URL=http://182.92.169.222:8080/jeecg-boot +VITE_GLOB_DOMAIN_URL=http://182.92.169.222:18090/jeecg-boot # 接口父路径前缀 VITE_GLOB_API_URL_PREFIX= From ce481967b82e1ab2f6f6168c7ed92a0b2c5e2cee Mon Sep 17 00:00:00 2001 From: admin <417727563@qq.com> Date: Sun, 10 Nov 2024 18:27:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=83=A8=E7=BD=B2=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20=E4=BF=AE=E6=94=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3/.env.production | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jeecgboot-vue3/.env.production b/jeecgboot-vue3/.env.production index 73d0ee0..0c5f2c8 100644 --- a/jeecgboot-vue3/.env.production +++ b/jeecgboot-vue3/.env.production @@ -14,8 +14,7 @@ VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false #后台接口父地址(必填) VITE_GLOB_API_URL=/kejiju -VITE_GLOB_API_URL=/kjj -VITE_GLOB_API_URL_CXQ=http://localhost:18088/jeecg-boot +VITE_GLOB_API_URL_CXQ=http://182.92.169.222:18088/jeecg-boot #后台接口全路径地址(必填) VITE_GLOB_DOMAIN_URL=http://182.92.169.222:18090/jeecg-boot