perf: 修改同步密文url

This commit is contained in:
feng 2023-04-25 10:26:27 +08:00
parent 5e3917d61c
commit c922fa99fd

View File

@ -80,7 +80,7 @@ export default {
}
this.$axios.patch(
`/api/v1/accounts/account-templates/${object.id}/sync-update-secret/`,
`/api/v1/accounts/account-templates/${object.id}/`,
params
).then(() => {
this.$message.success(this.$tc('common.updateSuccessMsg'))