feat: 增加登录管理系统
This commit is contained in:
@@ -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: '',
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<template>
|
||||
<div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
@@ -31,6 +31,7 @@ const loginInfo = reactive({
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
authStore.isVerified = false
|
||||
// authStore.resetLoginForm()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user