f
This commit is contained in:
@@ -17,8 +17,13 @@ import indexPromoteIcon from '/static/images/index/tgbg.png'
|
||||
import indexMyReportIcon from '/static/images/index/wdbg.png'
|
||||
import indexInvitationIcon from '/static/images/index/yqhy.png'
|
||||
import { useAppConfig } from '@/composables/useAppConfig'
|
||||
import { ensurePrivacyConsentIfNeeded } from '@/composables/usePrivacyConsent'
|
||||
|
||||
definePage({ type: 'home', layout: 'home' })
|
||||
definePage({ layout: 'home' })
|
||||
|
||||
onShow(() => {
|
||||
ensurePrivacyConsentIfNeeded()
|
||||
})
|
||||
|
||||
const banners = [bannerImg, bannerImg2, bannerImg3]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user