|
|
|
@ -359,7 +359,7 @@ export default {
|
|
|
|
this.window.top = (window.screen.height - 30 - this.window.height) / 2;
|
|
|
|
this.window.top = (window.screen.height - 30 - this.window.height) / 2;
|
|
|
|
this.window.left = (window.screen.width - 10 - this.window.width) / 2;
|
|
|
|
this.window.left = (window.screen.width - 10 - this.window.width) / 2;
|
|
|
|
this.getNotices(true);
|
|
|
|
this.getNotices(true);
|
|
|
|
this.timer = setInterval(this.getNotices, 30 * 1000)
|
|
|
|
this.timer = setInterval(this.getNotices, 5 * 1000)
|
|
|
|
},
|
|
|
|
},
|
|
|
|
mounted() {
|
|
|
|
mounted() {
|
|
|
|
this.init();
|
|
|
|
this.init();
|
|
|
|
|