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 db8d7f7..0c5f2c8 100644 --- a/jeecgboot-vue3/.env.production +++ b/jeecgboot-vue3/.env.production @@ -13,11 +13,11 @@ VITE_BUILD_COMPRESS = 'gzip' VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false #后台接口父地址(必填) -VITE_GLOB_API_URL=/kjj -VITE_GLOB_API_URL_CXQ=http://localhost:18088/jeecg-boot +VITE_GLOB_API_URL=/kejiju +VITE_GLOB_API_URL_CXQ=http://182.92.169.222:18088/jeecg-boot #后台接口全路径地址(必填) -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=