Skip to content

Commit

Permalink
♻️ refactor: code
Browse files Browse the repository at this point in the history
  • Loading branch information
zxwk1998 committed Jul 25, 2024
1 parent 531f9a2 commit 059e503
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/layouts/components/VabAvatar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
window.open('https://gitee.com/chu1204505056/vue-admin-better')
break
case 'pro':
window.open('https://vuejs-core.cn/admin-pro/?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=')
window.open('https://vuejs-core.cn/admin-pro/')
break
case 'plus':
window.open('https://vuejs-core.cn/admin-plus/?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=')
window.open('https://vuejs-core.cn/admin-plus/')
case 'shop':
window.open('https://vuejs-core.cn/shop-vite/?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=')
window.open('https://vuejs-core.cn/shop-vite/')
}
},
personalCenter() {
Expand Down

0 comments on commit 059e503

Please sign in to comment.