初始化2
This commit is contained in:
11
app/pages/apps.vue
Normal file
11
app/pages/apps.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<a-spin class="w-full" tip="跳转中..." />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
definePageMeta({ layout: 'blank' })
|
||||
|
||||
onMounted(() => {
|
||||
navigateTo('/developer/apps', { replace: true })
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user