wanyu_frontend/pages/user/login.vue
2025-03-25 22:23:44 +08:00

22 lines
236 B
Vue

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