|
|
|
|
@ -142,9 +142,10 @@ export default {
|
|
|
|
|
this.cancelLoading();
|
|
|
|
|
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
this.$alert('', '收到一条紧急条令', {
|
|
|
|
|
this.$alert('时间:2023-01-02', '收到一条紧急条令', {
|
|
|
|
|
confirmButtonText: '确定',
|
|
|
|
|
customClass: "big-screen-modal"
|
|
|
|
|
customClass: "big-screen-modal",
|
|
|
|
|
type: "warning"
|
|
|
|
|
});
|
|
|
|
|
},3000)
|
|
|
|
|
},
|
|
|
|
|
|