fix(header): 修正header组件配置引用路径从footer改为header
This commit is contained in:
parent
6836b6e60b
commit
bad576f5f3
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user