Browse Source

1、小程序名称修改

2、数据库/redis更换
master
Augcl 7 months ago
parent
commit
943b8ad52d
8 changed files with 12 additions and 12 deletions
  1. +1
    -1
      admin-hanhai-vue/.env
  2. +2
    -2
      admin-hanhai-vue/public/index.html
  3. BIN
      admin-hanhai-vue/src/assets/logo.png
  4. +1
    -1
      admin-hanhai-vue/src/components/layouts/TabLayout.vue
  5. +1
    -1
      admin-hanhai-vue/src/components/layouts/UserLayout.vue
  6. +2
    -2
      admin-hanhai-vue/src/components/page/GlobalHeader.vue
  7. +1
    -1
      admin-hanhai-vue/src/components/tools/Logo.vue
  8. +4
    -4
      jeecg-boot-module-system/src/main/resources/application-dev.yml

+ 1
- 1
admin-hanhai-vue/.env View File

@ -1,5 +1,5 @@
NODE_ENV=production
VUE_APP_PLATFORM_NAME=遗产里的景德
VUE_APP_PLATFORM_NAME=遗产里的景德
# 开启单点登录
VUE_APP_SSO=false
# 开启微应用模式


+ 2
- 2
admin-hanhai-vue/public/index.html View File

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>遗产里的景德</title>
<title>遗产里的景德</title>
<!-- <link rel="icon" href="<%= BASE_URL %>logo.png">-->
<script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script>
<style>
@ -249,7 +249,7 @@
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
<div class="load_title">正在加载 遗产里的景德,请耐心等待
<div class="load_title">正在加载 遗产里的景德,请耐心等待
</div>
</div>


BIN
admin-hanhai-vue/src/assets/logo.png View File

Before After
Width: 649  |  Height: 649  |  Size: 7.6 KiB Width: 356  |  Height: 344  |  Size: 51 KiB

+ 1
- 1
admin-hanhai-vue/src/components/layouts/TabLayout.vue View File

@ -177,7 +177,7 @@
// update-begin-author:sunjianlei date:20200120 for:
changeTitle(title) {
let projectTitle = "遗产里的景德"
let projectTitle = "遗产里的景德"
//
if (this.$route.path === indexKey) {
document.title = projectTitle


+ 1
- 1
admin-hanhai-vue/src/components/layouts/UserLayout.vue View File

@ -5,7 +5,7 @@
<div class="header">
<a href="/">
<span class="title">遗产里的景德</span>
<span class="title">遗产里的景德</span>
</a>
</div>
<!-- <div class="desc">-->


+ 2
- 2
admin-hanhai-vue/src/components/page/GlobalHeader.vue View File

@ -17,8 +17,8 @@
:type="collapsed ? 'menu-unfold' : 'menu-fold'"
@click="toggle"/>
<span v-if="device === 'desktop'">欢迎进入 遗产里的景德</span>
<span v-else>遗产里的景德</span>
<span v-if="device === 'desktop'">欢迎进入 遗产里的景德</span>
<span v-else>遗产里的景德</span>
<user-menu :theme="theme"/>
</div>


+ 1
- 1
admin-hanhai-vue/src/components/tools/Logo.vue View File

@ -21,7 +21,7 @@
props: {
title: {
type: String,
default: '冠尚彤',
default: '遗产里的景德镇',
required: false
},
showTitle: {


+ 4
- 4
jeecg-boot-module-system/src/main/resources/application-dev.yml View File

@ -134,9 +134,9 @@ spring:
# connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource:
master:
url: jdbc:mysql://47.120.64.83:3306/a-aotice-api?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&autoReconnect=true&failOverReadOnly=false
url: jdbc:mysql://8.138.162.67:3306/travel?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&autoReconnect=true&failOverReadOnly=false
username: root
password: n+~@kB_Z
password: Fk4q*h@V
driver-class-name: com.mysql.cj.jdbc.Driver
# 多数据源配置
#multi-datasource1:
@ -147,7 +147,7 @@ spring:
#redis 配置
redis:
database: 4
host: 47.120.64.83
host: 8.138.162.67
lettuce:
pool:
max-active: -1 #最大连接数据库连接数,设 -1 为没有限制
@ -155,7 +155,7 @@ spring:
max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
shutdown-timeout: 1000ms
password: 'aq.888888'
password: 'gmmGMM@2024'
port: 6379
#mybatis plus 设置
mybatis-plus:


Loading…
Cancel
Save