|
|
|
@ -140,6 +140,13 @@ export default {
|
|
|
|
mounted() {
|
|
|
|
mounted() {
|
|
|
|
this.timeFn();
|
|
|
|
this.timeFn();
|
|
|
|
this.cancelLoading();
|
|
|
|
this.cancelLoading();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
|
|
|
this.$alert('', '收到一条紧急条令', {
|
|
|
|
|
|
|
|
confirmButtonText: '确定',
|
|
|
|
|
|
|
|
customClass: "big-screen-modal"
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
},3000)
|
|
|
|
},
|
|
|
|
},
|
|
|
|
beforeDestroy () {
|
|
|
|
beforeDestroy () {
|
|
|
|
clearInterval(this.timing)
|
|
|
|
clearInterval(this.timing)
|
|
|
|
@ -182,4 +189,7 @@ export default {
|
|
|
|
inset: 0 0 0 0;
|
|
|
|
inset: 0 0 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
div:has(.big-screen-modal) {
|
|
|
|
|
|
|
|
z-index: 9999999 !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
|