F 修复系统设置 - 报警服务保存错误。

pull/59/head
zypo 2020-03-29 15:46:41 +08:00
parent ce9adb1129
commit 6a108aa86a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class AlarmSetting extends React.Component {
this.setting = JSON.parse(lds.get(store.settings, 'mail_service.value', "{}"));
this.state = {
mode: this.setting['server'] === undefined ? '1' : '2',
spug_key: lds.get(store.settings, 'spug_key.value')
spug_key: lds.get(store.settings, 'spug_key.value', "")
}
}