储存设置修改

This commit is contained in:
Mrtangl 2022-06-27 12:15:24 +08:00
parent 449eb73b93
commit 6007352948
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@
}) })
.then((res: any) => { .then((res: any) => {
setTimeout(() => router.back(), 500) setTimeout(() => router.back(), 500)
ElMessage({ type: 'success', message: '设置成功' })
}) })
.catch((err: any) => { .catch((err: any) => {
console.log('err', err) console.log('err', err)