河南机电职业学院-大数据双创应用竞赛管理系统 项目配置 12.30

dev
zhc077 11 months ago
parent 374b6369cd
commit 48e5f81a71
  1. 6
      jeecg-boot-master/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml
  2. 6
      jeecg-boot-master/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml
  3. 4
      jeecgboot-vue3-master/.env
  4. 4
      jeecgboot-vue3-master/.env.development
  5. 4
      jeecgboot-vue3-master/.env.production
  6. BIN
      jeecgboot-vue3-master/public/logo.png
  7. BIN
      jeecgboot-vue3-master/public/resource/img/comp/appLogo.png
  8. BIN
      jeecgboot-vue3-master/public/resource/img/comp/comp_ad.png
  9. BIN
      jeecgboot-vue3-master/public/resource/img/comp/comp_bg.png
  10. BIN
      jeecgboot-vue3-master/public/resource/img/comp/comp_logo.png
  11. BIN
      jeecgboot-vue3-master/src/assets/images/comp/appLogo.png
  12. BIN
      jeecgboot-vue3-master/src/assets/loginmini/icon/黄淮学院北门.png
  13. 2
      jeecgboot-vue3-master/src/locales/lang/zh-CN/sys.ts
  14. 12
      jeecgboot-vue3-master/src/views/sys/login/TokenLoginPage.vue

@ -1,5 +1,5 @@
server: server:
port: 18082 port: 18083
tomcat: tomcat:
max-swallow-size: -1 max-swallow-size: -1
error: error:
@ -133,7 +133,7 @@ spring:
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource: datasource:
master: master:
url: jdbc:mysql://182.92.169.222:3306/comp?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai url: jdbc:mysql://182.92.169.222:3306/hnjd_comp?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root username: root
password: ycwl2022. password: ycwl2022.
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
@ -145,7 +145,7 @@ spring:
#driver-class-name: com.mysql.cj.jdbc.Driver #driver-class-name: com.mysql.cj.jdbc.Driver
#redis 配置 #redis 配置
redis: redis:
database: 2 database: 3
host: 182.92.169.222 host: 182.92.169.222
port: 6379 port: 6379
password: 'redis@ycwl2022.' password: 'redis@ycwl2022.'

@ -1,5 +1,5 @@
server: server:
port: 18082 port: 18083
tomcat: tomcat:
max-swallow-size: -1 max-swallow-size: -1
error: error:
@ -133,7 +133,7 @@ spring:
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource: datasource:
master: master:
url: jdbc:mysql://182.92.169.222:3306/comp?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai url: jdbc:mysql://182.92.169.222:3306/hnjd_comp?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root username: root
password: ycwl2022. password: ycwl2022.
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
@ -145,7 +145,7 @@ spring:
#driver-class-name: com.mysql.cj.jdbc.Driver #driver-class-name: com.mysql.cj.jdbc.Driver
#redis 配置 #redis 配置
redis: redis:
database: 2 database: 3
host: 182.92.169.222 host: 182.92.169.222
port: 6379 port: 6379
password: 'redis@ycwl2022.' password: 'redis@ycwl2022.'

@ -1,8 +1,8 @@
# port # port
VITE_PORT = 3100 VITE_PORT = 3200
# 网站标题 # 网站标题
VITE_GLOB_APP_TITLE = 国际教育学院比赛综合管理系统 VITE_GLOB_APP_TITLE = 大数据双创应用竞赛管理系统
# 简称,用于配置文件名字 不要出现空格、数字开头等特殊字符 # 简称,用于配置文件名字 不要出现空格、数字开头等特殊字符
VITE_GLOB_APP_SHORT_NAME = JeecgBootAdmin VITE_GLOB_APP_SHORT_NAME = JeecgBootAdmin

@ -5,7 +5,7 @@ VITE_USE_MOCK = true
VITE_PUBLIC_PATH = / VITE_PUBLIC_PATH = /
# 跨域代理,您可以配置多个 ,请注意,没有换行符 # 跨域代理,您可以配置多个 ,请注意,没有换行符
VITE_PROXY = [["/jeecgboot","http://localhost:18082/jeecg-boot"],["/upload","http://localhost:3300/upload"]] VITE_PROXY = [["/jeecgboot","http://localhost:18083/jeecg-boot"],["/upload","http://localhost:3300/upload"]]
# 控制台不输出 # 控制台不输出
VITE_DROP_CONSOLE = false VITE_DROP_CONSOLE = false
@ -14,7 +14,7 @@ VITE_DROP_CONSOLE = false
VITE_GLOB_API_URL=/jeecgboot VITE_GLOB_API_URL=/jeecgboot
#后台接口全路径地址(必填) #后台接口全路径地址(必填)
VITE_GLOB_DOMAIN_URL=http://localhost:18082/jeecg-boot VITE_GLOB_DOMAIN_URL=http://localhost:18083/jeecg-boot
# 接口前缀 # 接口前缀
VITE_GLOB_API_URL_PREFIX= VITE_GLOB_API_URL_PREFIX=

@ -16,10 +16,10 @@ VITE_BUILD_COMPRESS = 'gzip'
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
#后台接口父地址(必填) #后台接口父地址(必填)
VITE_GLOB_API_URL=http://10.100.200.177:18082/jeecg-boot VITE_GLOB_API_URL=http://10.100.200.177:18083/jeecg-boot
#后台接口全路径地址(必填) #后台接口全路径地址(必填)
VITE_GLOB_DOMAIN_URL=http://10.100.200.177:18082/jeecg-boot VITE_GLOB_DOMAIN_URL=http://10.100.200.177:18083/jeecg-boot
# 接口父路径前缀 # 接口父路径前缀
VITE_GLOB_API_URL_PREFIX= VITE_GLOB_API_URL_PREFIX=

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 494 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 812 KiB

@ -68,7 +68,7 @@ export default {
forgetFormTitle: '重置密码', forgetFormTitle: '重置密码',
signInTitle: '', signInTitle: '',
signInDesc: '国际教育学院比赛综合管理系统', signInDesc: '大数据双创应用竞赛管理系统',
policy: '我同意敲敲云隐私政策', policy: '我同意敲敲云隐私政策',
scanSign: `扫码后,即可完成登录`, scanSign: `扫码后,即可完成登录`,
scanSuccess: `扫码成功,登录中`, scanSuccess: `扫码成功,登录中`,

@ -1,11 +1,11 @@
<template> <template>
<div class="app-loading"> <div class="app-loading">
<div class="app-loading-wrap"> <div class="app-loading-wrap">
<img src="/resource/img/logo.png" class="app-loading-logo" alt="Logo"> <img src="/resource/img/comp/appLogo.png" class="app-loading-logo" alt="Logo">
<div class="app-loading-dots"> <div class="app-loading-dots">
<span class="dot dot-spin"><i></i><i></i><i></i><i></i></span> <span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
</div> </div>
/*<div class="app-loading-title"></div> <div class="app-loading-title">大数据双创应用竞赛管理系统</div>
</div> </div>
</div> </div>
</template> </template>
@ -19,7 +19,7 @@
import { useMessage } from '/@/hooks/web/useMessage'; import { useMessage } from '/@/hooks/web/useMessage';
import { useUserStore } from '/@/store/modules/user'; import { useUserStore } from '/@/store/modules/user';
import { useI18n } from '/@/hooks/web/useI18n'; import { useI18n } from '/@/hooks/web/useI18n';
export default { export default {
name: "TokenLogin", name: "TokenLogin",
setup(){ setup(){
@ -31,7 +31,7 @@
if(!routeQuery){ if(!routeQuery){
createMessage.warning('参数无效') createMessage.warning('参数无效')
} }
const token = routeQuery['loginToken']; const token = routeQuery['loginToken'];
if(!token){ if(!token){
createMessage.warning('token无效') createMessage.warning('token无效')
@ -53,7 +53,7 @@
duration: 4, duration: 4,
}); });
} }
function requestSuccess(res){ function requestSuccess(res){
let info = routeQuery.info; let info = routeQuery.info;
if(info){ if(info){
@ -206,4 +206,4 @@
} }
} }
</style> </style>

Loading…
Cancel
Save