Commit 914ce40f by lanyulei

refactor: 完善配置设置。

parent 9a994963
Showing with 1 additions and 0 deletions
...@@ -153,6 +153,7 @@ export default { ...@@ -153,6 +153,7 @@ export default {
} }
if (requestStatus) { if (requestStatus) {
setSettings(jsonValue).then(response => { setSettings(jsonValue).then(response => {
this.$store.dispatch('settings/getSystemSettings')
this.$message({ this.$message({
message: '设置成功', message: '设置成功',
type: 'success' type: 'success'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment