Compare commits

..

2 Commits

Author SHA1 Message Date
樊冲
a88a0e60b8
Pre Merge pull request !42 from 樊冲/fix-bug-fanchong 2025-11-12 14:14:21 +00:00
lin
7704c3a7fb 配置详情修复redis配置 2025-11-12 22:14:03 +08:00
2 changed files with 19 additions and 17 deletions

View File

@ -19,6 +19,7 @@ spring:
max-file-size: 10MB
max-request-size: 100MB
# REDIS数据库配置
data:
redis:
# [必须修改] Redis服务器IP, REDIS安装在本机的,使用127.0.0.1
host: 127.0.0.1

View File

@ -198,6 +198,7 @@ export default {
},
refreshLayer(){
this.closeInfoBox()
//
if (channelLayer) {
this.$refs.mapComponent.refreshLayer(channelLayer)