feat: 支持查看服务器密码
This commit is contained in:
@@ -156,7 +156,7 @@ class MqttManager {
|
||||
getServers() {
|
||||
return Array.from(this.servers.values()).map((s) => ({
|
||||
...s,
|
||||
password: s.password ? '******' : '',
|
||||
password: s.password || '',
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user