mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +08:00
feat: 添加 message 消息提示函数,兼容 Element Plus 和 Ant Design 两种 Message 风格
This commit is contained in:
@@ -113,7 +113,9 @@ export function useColumns() {
|
||||
loading: false
|
||||
}
|
||||
);
|
||||
message("已成功修改角色状态", "success");
|
||||
message("已成功修改角色状态", {
|
||||
type: "success"
|
||||
});
|
||||
}, 300);
|
||||
})
|
||||
.catch(() => {
|
||||
|
||||
Reference in New Issue
Block a user