wanyu_frontend/pages/user/login.vue
2025-03-25 21:39:49 +08:00

20 lines
214 B
Vue

<template>
<view>
测试
</view>
</template>
<script setup>
</script>
<style>
page {
height: 100vh;
background-color: var(--navbarBgColor) !important;
}
</style>
<style lang="scss" scoped>
</style>