Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Sep 4, 2023
1 parent 8a38688 commit ec85f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/setting/config/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
const submit = async (data) => {
if (! auth('setting:config:update')) {
Message.info('没有权限修改配置')
return
}
const response = await config.updateByKeys(data)
if (response.success) {
Expand Down

0 comments on commit ec85f2f

Please sign in to comment.