diff --git a/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java b/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java
index 4764234..7708990 100644
--- a/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java
+++ b/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java
@@ -88,9 +88,9 @@ public interface CommonConstant {
Integer SC_JEECG_NO_AUTHZ=510;
/** 登录用户Shiro权限缓存KEY前缀 */
- public static String PREFIX_USER_SHIRO_CACHE = "shiro:cache:org.jeecg.config.shiro.ShiroRealm.authorizationCache:";
+ public static String PREFIX_USER_SHIRO_CACHE = "shiro_kjj:cache:org.jeecg.config.shiro.ShiroRealm.authorizationCache:";
/** 登录用户Token令牌缓存KEY前缀 */
- String PREFIX_USER_TOKEN = "prefix_user_token:";
+ String PREFIX_USER_TOKEN = "prefix_user_kjj_token:";
// /** Token缓存时间:3600秒即一小时 */
// int TOKEN_EXPIRE_TIME = 3600;
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 c01272c..46280ee 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
@@ -161,9 +161,9 @@ spring:
slow-sql-millis: 5000
datasource:
master:
- url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
+ url: jdbc:mysql://182.92.169.222:3306/zmd_kejiju?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
- password: root
+ password: ycwl2022.
driver-class-name: com.mysql.cj.jdbc.Driver
# 多数据源配置
#multi-datasource1:
@@ -174,9 +174,9 @@ spring:
#redis 配置
redis:
database: 0
- host: 127.0.0.1
+ host: 182.92.169.222
port: 6379
- password: ''
+ password: 'redis@ycwl2022.'
#mybatis plus 设置
mybatis-plus:
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml
diff --git a/jeecg-boot/pom.xml b/jeecg-boot/pom.xml
index 157179b..fe4d116 100644
--- a/jeecg-boot/pom.xml
+++ b/jeecg-boot/pom.xml
@@ -8,9 +8,9 @@
- 北京国炬信息技术有限公司
- jeecgos@163.com
- http://www.guojusoft.com
+ 驻马店源码自然科技有限公司
+ ytd@163.com
+ http://www.hhytd.com
diff --git a/jeecgboot-vue3/.env b/jeecgboot-vue3/.env
index 26d954e..91dbdb3 100644
--- a/jeecgboot-vue3/.env
+++ b/jeecgboot-vue3/.env
@@ -2,10 +2,10 @@
VITE_PORT = 3500
# 网站标题
-VITE_GLOB_APP_TITLE = JeecgBoot 企业级低代码平台
+VITE_GLOB_APP_TITLE = 科技管理信息系统
# 简称,此变量只能是字符/下划线
-VITE_GLOB_APP_SHORT_NAME = JeecgBoot_Pro
+VITE_GLOB_APP_SHORT_NAME = kjj_Pro
# 单点登录服务端地址
VITE_GLOB_APP_CAS_BASE_URL=http://cas.test.com:8443/cas
diff --git a/jeecgboot-vue3/.env.production b/jeecgboot-vue3/.env.production
index 76417e2..c998cb9 100644
--- a/jeecgboot-vue3/.env.production
+++ b/jeecgboot-vue3/.env.production
@@ -2,7 +2,7 @@
VITE_USE_MOCK = false
# 发布路径
-VITE_PUBLIC_PATH = /
+VITE_PUBLIC_PATH = '/kjj'
# 是否启用gzip或brotli压缩
# 选项值: gzip | brotli | none
@@ -13,10 +13,10 @@ VITE_BUILD_COMPRESS = 'gzip'
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
#后台接口父地址(必填)
-VITE_GLOB_API_URL=/jeecgboot
+VITE_GLOB_API_URL=/kjj
#后台接口全路径地址(必填)
-VITE_GLOB_DOMAIN_URL=http://jeecg-boot-system:8080/jeecg-boot
+VITE_GLOB_DOMAIN_URL=http://182.92.169.222:8080/jeecg-boot
# 接口父路径前缀
VITE_GLOB_API_URL_PREFIX=
diff --git a/jeecgboot-vue3/package.json b/jeecgboot-vue3/package.json
index b0df384..6acc61e 100644
--- a/jeecgboot-vue3/package.json
+++ b/jeecgboot-vue3/package.json
@@ -2,9 +2,9 @@
"name": "jeecgboot-vue3",
"version": "3.7.1",
"author": {
- "name": "北京国炬信息技术有限公司",
- "email": "jeecgos@163.com",
- "url": "https://www.jeecg.com"
+ "name": "驻马店源码自然科技有限公司",
+ "email": "yichuangwangluo@163.com",
+ "url": "https://www.hhytd.com"
},
"scripts": {
"pinstall": "pnpm install",
diff --git a/jeecgboot-vue3/src/components/jeecg/AiChat/components/presetQuestion.vue b/jeecgboot-vue3/src/components/jeecg/AiChat/components/presetQuestion.vue
index 5ce39dd..c870bb7 100644
--- a/jeecgboot-vue3/src/components/jeecg/AiChat/components/presetQuestion.vue
+++ b/jeecgboot-vue3/src/components/jeecg/AiChat/components/presetQuestion.vue
@@ -45,7 +45,7 @@