|
@@ -209,7 +209,6 @@ const prefix = ref<string>('')
|
|
|
const isLoading = ref<boolean>(true)
|
|
const isLoading = ref<boolean>(true)
|
|
|
const tagArr = ref<any[]>([])
|
|
const tagArr = ref<any[]>([])
|
|
|
const listSwiper: any = ref([])
|
|
const listSwiper: any = ref([])
|
|
|
-const hasToken = ref(sessionStorage.getItem('token'))
|
|
|
|
|
|
|
|
|
|
onMounted(async() => {
|
|
onMounted(async() => {
|
|
|
getIndexGameHot().then(res => {
|
|
getIndexGameHot().then(res => {
|