mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
fix: 修改复制失败的提示类型错误的问题
This commit is contained in:
parent
f0525c7522
commit
3c820d53a6
@ -140,7 +140,7 @@ const copyPreviewPath = (successText?: string, failureText?: string) => {
|
||||
copy()
|
||||
window['$message'].success(successText || '复制成功!')
|
||||
} else {
|
||||
window['$message'].success(failureText || '复制失败!')
|
||||
window['$message'].error(failureText || '复制失败!')
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user