feat: 页面懒加载 #98
@ -1,5 +1,7 @@
|
||||
<template>
|
||||
<div>redirecting...</div>
|
||||
<div class="page-container">
|
||||
<h1>{{ $t('redirecting') }}</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
@ -10,3 +12,17 @@
|
||||
window.location.href = platform;
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.page-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 80vh;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -127,5 +127,6 @@
|
||||
"specs": "Specifications",
|
||||
"faq": "FAQ",
|
||||
"documents": "Documents"
|
||||
}
|
||||
},
|
||||
"redirecting": "Redirecting..."
|
||||
}
|
||||
|
||||
@ -126,5 +126,6 @@
|
||||
"specs": "Especificaciones",
|
||||
"faq": "FAQ",
|
||||
"documents": "Documentos"
|
||||
}
|
||||
},
|
||||
"redirecting": "Redirigiendo..."
|
||||
}
|
||||
|
||||
@ -126,5 +126,6 @@
|
||||
"specs": "Технические спецификации",
|
||||
"faq": "Часто задаваемые вопросы",
|
||||
"documents": "Связанные документы"
|
||||
}
|
||||
},
|
||||
"redirecting": "Перенаправление..."
|
||||
}
|
||||
|
||||
@ -126,5 +126,6 @@
|
||||
"specs": "技术规格",
|
||||
"faq": "常见问题",
|
||||
"documents": "相关文档"
|
||||
}
|
||||
},
|
||||
"redirecting": "正在跳转..."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user