1、增加单位图标管理

2、修改机构登录
3、订单问题处理
4、完善组态绑定及删除关联
This commit is contained in:
LEED
2025-06-22 10:33:36 +08:00
parent 3bac43403b
commit b2cee8aeb7
40 changed files with 1367 additions and 86 deletions

View File

@@ -5,13 +5,13 @@ spring:
timeout: 10000
# 以下为单机配置
# [必须修改] Redis服务器IP, REDIS安装在本机的,使用127.0.0.1
host: redis
host: 127.0.0.1
# [必须修改] 端口号
port: 6379
# [可选] 数据库 DB
database: 0
# [可选] 访问密码,若你的redis服务器没有设置密码就不需要用密码去连接
password: xinda
password: iot@1234
# 以下为集群配置
# cluster:
# nodes: 192.168.1.242:7001
@@ -27,12 +27,12 @@ server:
# HTTPS配置 默认不开启
ssl:
# 是否开启HTTPS访问 默认关闭
enabled: false
# enabled: true
# enabled: false
enabled: true
# 证书文件路径您需要使用实际的证书名称替换domain_name.jks。
key-store: classpath:xinda.online.jks
# 证书密码 修改为对应密码
key-store-password: xinda
key-store-password: 123456
# 证书类型, 默认为jks根据实际修改
key-store-type: JKS