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

@@ -55,11 +55,6 @@ export const homeMeta: IRouteMetaConfig = {
order: 4,
redirect: '/home/others/admin'
},
'/home/others/admin': {
title: '管理系统',
icon: '',
redirect: '/admin'
},
'/home/others/blog': {
title: '个人博客',
icon: '',

View File

@@ -1,7 +0,0 @@
<template>
<div>
</div>
</template>
<script setup lang="ts">
</script>

View File

@@ -31,6 +31,7 @@ const loginInfo = reactive({
})
onMounted(() => {
authStore.isVerified = false
// authStore.resetLoginForm()
})