Files
jianbing/pages/login/login.vue
2025-04-18 17:00:38 +08:00

23 lines
221 B
Vue

<template>
<view class="login">
<view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
}
}
</script>
<style lang="scss">
page {
background-color: #fff;
}
</style>