Commit a309f280 authored by xulili's avatar xulili

弹窗

parent 2e1f89ab
......@@ -111,10 +111,10 @@ export default {
this.$alert("登录成功,为了安全,建议修改密码", "", {
confirmButtonText: "确定",
callback: (action) => {
this.$message({
type: "info",
message: `action: ${action}`,
});
// this.$message({
// type: "info",
// message: `action: ${action}`,
// });
},
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment