Compare commits

...

3 Commits

Author SHA1 Message Date
田朝盛
1911d5fd38
Pre Merge pull request !39 from 田朝盛/N/A 2025-11-12 14:14:20 +00:00
lin
7704c3a7fb 配置详情修复redis配置 2025-11-12 22:14:03 +08:00
田朝盛
8dd624ccd4
update src/main/java/com/genersoft/iot/vmp/gb28181/controller/PlayController.java.
Signed-off-by: 田朝盛 <1753182616@qq.com>
2025-07-14 08:04:09 +00:00
3 changed files with 19 additions and 17 deletions

View File

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

View File

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