Browse Source

[完善]修改文字

beijing
邵佳豪 2 years ago
parent
commit
cab1feff7f
  1. 4
      src/app/pages/home/home.component.ts

4
src/app/pages/home/home.component.ts

@ -286,8 +286,8 @@ export class HomeComponent implements OnInit {
} else if (type === "window") { } else if (type === "window") {
this.isWarningWindow = !this.isWarningWindow; this.isWarningWindow = !this.isWarningWindow;
this.isWarningWindow this.isWarningWindow
? this.message.success("预警窗已开启") ? this.message.success("预警窗已开启")
: this.message.success("预警窗已关闭"); : this.message.success("预警窗已关闭");
} }
}, },
(err) => { (err) => {

Loading…
Cancel
Save