wupengfei
3 天以前 0224735fb1cba46f6549adfa1f60ffd6b5041b72
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>