V0.1.2.20250718

———————————————
1.路由重定向
2.Home页面头部完成
———————————————
This commit is contained in:
Childish-Ghost 2025-07-18 22:45:18 +08:00
parent 8a14ba44a4
commit 83ed803799
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<script setup lang="ts">
import Home from "@/views/ordinary/Home.vue";
</script>
<template>

View File

@ -10,7 +10,7 @@ const handleSelect = (key: string, keyPath: string[]) => {
<template>
<header>
<div class="container logo"><img src="#"></div>
<div class="container logo"><img src="#" alt="LOGO"></div>
<div class="container">
<el-menu
:default-active="activeIndex"