2
0

feat: 修改密码静态路由目录调整

This commit is contained in:
caiyuchao
2025-04-28 23:50:09 +08:00
parent 07ebbf45b1
commit 324ed9d114
4 changed files with 19 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
<script setup lang="ts">
import { useAuthStore } from '@/store/modules/auth';
const authStore = useAuthStore();
</script>
<template>
<div>{{ authStore.userInfo.user }}</div>
</template>
<style scoped></style>