部署上传问题 修改

master
喻忠伟 3 weeks ago
parent 14555117ff
commit 14d44b8807
  1. 4
      jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java
  2. 8
      jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml
  3. 6
      jeecg-boot/pom.xml
  4. 4
      jeecgboot-vue3/.env
  5. 6
      jeecgboot-vue3/.env.production
  6. 6
      jeecgboot-vue3/package.json
  7. 2
      jeecgboot-vue3/src/components/jeecg/AiChat/components/presetQuestion.vue
  8. 2
      jeecgboot-vue3/src/views/expert/firm/ExpertList.vue
  9. 2
      jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/JeecgPdfView.vue
  10. 4
      jeecgboot-vue3/src/views/sys/login/TokenLoginPage.vue

@ -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;

@ -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

@ -8,9 +8,9 @@
<developers>
<developer>
<name>北京国炬信息技术有限公司</name>
<email>jeecgos@163.com</email>
<url>http://www.guojusoft.com</url>
<name>驻马店源码自然科技有限公司</name>
<email>ytd@163.com</email>
<url>http://www.hhytd.com</url>
</developer>
</developers>

@ -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

@ -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=

@ -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",

@ -45,7 +45,7 @@
<script name="presetQuestion" setup lang="ts">
import { ref, onMounted, onBeforeUnmount } from 'vue';
const emit = defineEmits(['outQuestion']);
const data = ref(['请介绍一下JeecgBoot', 'JEECG有哪些优势?', 'JEECG可以做哪些事情?']);
const data = ref(['请介绍一下科技局', '科技局有哪些优势?', '科技局可以做哪些事情?']);
const leftBtnStatus = ref('');
const rightBtnStatus = ref('');
const rightBtn = ref('');

@ -21,7 +21,7 @@
<j-select-multiple placeholder="请选择部门审核" v-model:value="queryParam.compopen" dictCode="examstures" allow-clear />
</a-form-item>
</a-col>
</a-col>
<template v-if="toggleSearchStatus">
<a-col :lg="6">
<a-form-item name="research">

@ -15,7 +15,7 @@
<a-col :span="24">
<template v-if="file.filePdfPath">
<div @click="pdfPreview(file.title)">
<img style="width: 80px; height: 80px" src="../../../assets/images/pdf4.jpg" />
<img style="width: 80px; height: 80px" src="/@/assets/images/pdf4.jpg" />
</div>
</template>
<template v-else> (暂无材料点击"选择文件""扫描上传"上传文件) </template>

@ -5,7 +5,7 @@
<div class="app-loading-dots">
<span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
</div>
<div class="app-loading-title">JeecgBoot 企业级低代码平台</div>
<div class="app-loading-title">科技管理信息系统</div>
</div>
</div>
</template>
@ -215,4 +215,4 @@
}
}
</style>
</style>

Loading…
Cancel
Save