vue-element-dialog使用时间:2023-03-08 22:55:06 logout() { this.$confirm("你确定退出吗?", "提示:", { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning" }).then(x => { localStorage.removeItem("token"); location.reload(); }); }