|
|
@ -31,7 +31,7 @@ import { useStatistics } from '@/composables/useStatistics' |
|
|
import ScrollView from '@/base/ScrollView/ScrollView.vue' |
|
|
import ScrollView from '@/base/ScrollView/ScrollView.vue' |
|
|
const list = ref<HotSearch[]>([]) |
|
|
const list = ref<HotSearch[]>([]) |
|
|
getIndexJson().then(({ data }) => { |
|
|
getIndexJson().then(({ data }) => { |
|
|
list.value = [] |
|
|
|
|
|
|
|
|
list.value = data.hotSearch |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
const store = useRootStore() |
|
|
const store = useRootStore() |
|
|
|