Refactor API requests and update component structure

This commit is contained in:
wangqiao
2025-08-19 22:19:08 +08:00
parent aac4dec3fd
commit 1ef219878c
12 changed files with 329 additions and 270 deletions

View File

@ -10,7 +10,7 @@
</template>
<script lang="ts" setup>
import KlFooter from './kl-footer/index.vue'
import KlFooter from '~/layout/kl-footer/index.vue'
import KlQuickMenu from '~/components/kl-quick-menu/index.vue'
</script>