feat(frontend): add P2 quality gates
This commit is contained in:
@@ -44,7 +44,11 @@ export function showError(message: string, options: Partial<MessageOptions> = {}
|
||||
})
|
||||
}
|
||||
|
||||
export function showConfirm(message: string, title = '确认操作', options: ElMessageBoxOptions = {}) {
|
||||
export function showConfirm(
|
||||
message: string,
|
||||
title = '确认操作',
|
||||
options: ElMessageBoxOptions = {},
|
||||
) {
|
||||
return ElMessageBox.confirm(message, title, {
|
||||
...baseConfirmOptions,
|
||||
...options,
|
||||
|
||||
Reference in New Issue
Block a user