This commit is contained in:
2024-02-25 17:41:46 +08:00
parent 690ff14f1f
commit 61ccbc2147
5 changed files with 220 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
import DefaultIndexTemplateVue from '@/views/view/indexTemplate/DefaultIndexTemplate.vue'
import { computed, defineAsyncComponent, ref, watchEffect } from 'vue'
import { defineAsyncComponent, ref } from 'vue'
const debugAPI = import.meta.env.VITE_DEBUG_API
const releseAPI = `https://vtsuru.suki.club/api/`