mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-16 19:32:00 +08:00
【新增】私有证书
This commit is contained in:
@@ -48,7 +48,6 @@ export function useMessage(): MessageApiExtended {
|
||||
...options,
|
||||
onAfterLeave: () => {
|
||||
options.onAfterLeave?.()
|
||||
unmount()
|
||||
},
|
||||
}
|
||||
return method(content, newOptions)
|
||||
@@ -67,7 +66,6 @@ export function useMessage(): MessageApiExtended {
|
||||
...options,
|
||||
onAfterLeave: () => {
|
||||
options.onAfterLeave?.()
|
||||
unmount()
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user