zhengyiming
2025-03-12 8525b5c780d8855eca89c46790627c00b3d83c79
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
  <PageLayout></PageLayout>
</template>
 
<script setup lang="ts">
defineOptions({
  name: 'Login',
});
</script>
 
<style lang="scss" scoped>
@use '@/style/common.scss' as *;
</style>