feat: 在保存通知发送时间后添加系统重载功能

This commit is contained in:
jxxghp
2025-03-10 09:02:16 +08:00
parent fd71e471b2
commit c030d1a309

View File

@@ -129,6 +129,7 @@ async function saveNotificationTime() {
const result: { [key: string]: any } = await api.post('system/setting/NotificationSendTime', notificationTime.value)
if (result.success) {
$toast.success('通知发送时间保存成功')
await reloadSystem()
} else $toast.error('通知发送时间保存失败!')
} catch (error) {
console.log(error)