mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-05 05:08:30 +08:00
fix: Notification can't stay in page
This commit is contained in:
parent
e97c169ca6
commit
da21132265
@ -23,6 +23,7 @@ export class NotificationService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.modal.create({
|
this.modal.create({
|
||||||
|
stayWhenRouterChange: true,
|
||||||
nzTitle: $localize`Release Notes`,
|
nzTitle: $localize`Release Notes`,
|
||||||
nzContent: $localize`There will be downtime updates from ${logInfo.startTime.getHours()}\:00 to ${logInfo.endTime.getHours()}\:00 today, and may be temporarily inaccessible.`
|
nzContent: $localize`There will be downtime updates from ${logInfo.startTime.getHours()}\:00 to ${logInfo.endTime.getHours()}\:00 today, and may be temporarily inaccessible.`
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user