Skip to content

Commit

Permalink
Merge pull request #9 from wushuo894/test
Browse files Browse the repository at this point in the history
增加更新红点提示
  • Loading branch information
wushuo894 authored Sep 7, 2024
2 parents 3f79b42 + 29c522a commit 751af61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/Config.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ const about = ref({
const activeName = ref('qb')
const showConfig = (ab) => {
about.value = ab
if (!ab.update) {
api.get('/api/about')
.then(res => {
Expand All @@ -249,7 +250,6 @@ const showConfig = (ab) => {
}
configDialogVisible.value = true
about.value = ab
loading.value = true
api.get('/api/config')
.then(res => {
Expand Down

0 comments on commit 751af61

Please sign in to comment.