vue更新3.5,以及mime打更新

This commit is contained in:
2024-09-06 10:48:22 +08:00
parent 9984041eec
commit 3914762c85
117 changed files with 4348 additions and 8000 deletions

View File

@@ -30,7 +30,7 @@
<ul class="right-side">
<li>
<a-tooltip content="搜索-暂无">
<a-button class="nav-btn" type="outline" :shape="'circle'" @click="handleTestBtn">
<a-button class="nav-btn" type="outline" :shape="'circle'">
<template #icon>
<icon-search />
</template>
@@ -105,14 +105,6 @@ import { useRouter, useRoute } from "vue-router"
const router = useRouter()
const route = useRoute()
const appStore = useAppStore()
// ~~~测试开始~~~
import { useUserStore } from "@/store"
const userStore = useUserStore()
const handleTestBtn = () => {
console.log(userStore.$state)
}
// ~~~测试结束~~~
// 切换暗黑主题
const handleChangeTheme = () => {