mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-26 15:07:49 +08:00
Compare commits
1 Commits
a88a0e60b8
...
eece504d9f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eece504d9f |
@ -19,7 +19,6 @@ 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
|
||||||
|
|||||||
@ -198,7 +198,6 @@ export default {
|
|||||||
},
|
},
|
||||||
refreshLayer(){
|
refreshLayer(){
|
||||||
this.closeInfoBox()
|
this.closeInfoBox()
|
||||||
|
|
||||||
// 刷新瓦片图层
|
// 刷新瓦片图层
|
||||||
if (channelLayer) {
|
if (channelLayer) {
|
||||||
this.$refs.mapComponent.refreshLayer(channelLayer)
|
this.$refs.mapComponent.refreshLayer(channelLayer)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user