2
0

fix:AP设备界面publicIp字段改ip

This commit is contained in:
zhongzm
2025-02-15 11:36:36 +08:00
parent 28ab9dceeb
commit 3b08706ca9
2 changed files with 3 additions and 3 deletions

View File

@@ -542,7 +542,7 @@ declare namespace Api {
interface ApDevice {
id: number;
mac: string;
publicIp: string;
ip: string;
name: string;
status: number;
model: string;