[UI 개선] 서브메뉴 및 탭 바 컴포넌트 추가, AppHeader 및 기본 레이아웃 수정, API 호출 로직 개선

This commit is contained in:
2025-09-24 16:25:30 +09:00
parent f83782813d
commit f9dde4eb09
10 changed files with 338 additions and 490 deletions

View File

@@ -100,12 +100,11 @@
<script setup lang="ts">
import { useUserStore } from "~/stores/user";
import { useRouter } from "vue-router";
const router = useRouter();
onMounted(() => {
router.push("/1/");
});
// onMounted(() => {
// console.log("index.vue - onMounted");
// router.push("/1/");
// });
// 페이지 메타데이터 설정
definePageMeta({