fix(header): 修正header组件配置引用路径从footer改为header

This commit is contained in:
scout 2025-01-15 13:10:12 +08:00
parent 6836b6e60b
commit bad576f5f3

View File

@ -1,5 +1,5 @@
<script setup> <script setup>
import { useAppFooterRouteNames as routeWhiteList } from '~/config' import { useAppHeaderRouteNames as routeWhiteList } from '~/config'
import { homeStore } from "@/stores/home/index.js"; import { homeStore } from "@/stores/home/index.js";
const { fullLive } = homeStore() const { fullLive } = homeStore()
const route = useRoute() const route = useRoute()