feat: 增加登录管理系统

This commit is contained in:
2025-06-10 20:01:56 +08:00
parent 829df0b1d1
commit 5bf38c2f1a
10 changed files with 34 additions and 26 deletions

View File

@@ -7,7 +7,7 @@
<!-- <img :src="logoInfo.logo" alt="logo">-->
</router-link>
<router-link v-else key="expand" class="logo" to="/admin/dashboard">
<img :src="getAssetsImageFile('logo/vue.png')"
<img :src="getAssetsImageFile('logo/logo.png')"
alt="logo">
</router-link>
</transition>

View File

@@ -37,7 +37,7 @@ const profileClick = () => {
const logoutClick = () => {
commonElMessageBox('请确认是否退出登录?').then(() => {
router.push('/login')
router.push('/')
})
}
</script>