mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
chore: update StdDesign
This commit is contained in:
parent
5186f47b75
commit
133a0e9501
9 changed files with 59 additions and 36 deletions
|
@ -40,7 +40,7 @@ async function ok() {
|
|||
message.success($gettext('Save successfully'))
|
||||
emit('onSave')
|
||||
}).catch((e: any) => {
|
||||
message.error(e?.message ?? $gettext('Server error'))
|
||||
message.error($gettext(e?.message) ?? $gettext('Server error'))
|
||||
}).finally(() => {
|
||||
loading.value = false
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue