xy 2 years ago
parent 19d53539b5
commit 49a46b2836

@ -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)
},

Loading…
Cancel
Save