From 04509d7b89577ba75042665395a39e4430d2958c Mon Sep 17 00:00:00 2001 From: abab2320 <1589841436@qq.com> Date: Sun, 30 Mar 2025 10:10:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E4=BE=A7=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E7=9A=84=E5=88=87=E6=8D=A2=E5=8A=9F=E8=83=BD=EF=BC=8C=E7=BC=BA?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E7=94=BB=E5=8E=9F=E5=9E=8B=E5=9B=BETAT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/PersonLayout.vue | 24 +++++++++++ .../src/components/Personal/AcountManager.vue | 7 +++- .../src/components/Personal/Home.vue | 21 ++++++++++ .../components/{ => Personal}/Personal.vue | 40 +++++++++++++++++-- Front/vue-unilife/src/routers.ts | 16 +++++++- 5 files changed, 101 insertions(+), 7 deletions(-) create mode 100644 Front/vue-unilife/src/components/PersonLayout.vue create mode 100644 Front/vue-unilife/src/components/Personal/Home.vue rename Front/vue-unilife/src/components/{ => Personal}/Personal.vue (72%) diff --git a/Front/vue-unilife/src/components/PersonLayout.vue b/Front/vue-unilife/src/components/PersonLayout.vue new file mode 100644 index 0000000..5e6c053 --- /dev/null +++ b/Front/vue-unilife/src/components/PersonLayout.vue @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file diff --git a/Front/vue-unilife/src/components/Personal/AcountManager.vue b/Front/vue-unilife/src/components/Personal/AcountManager.vue index 162b2a5..6da00db 100644 --- a/Front/vue-unilife/src/components/Personal/AcountManager.vue +++ b/Front/vue-unilife/src/components/Personal/AcountManager.vue @@ -5,10 +5,13 @@ export default defineComponent({ name: 'Manager', }); + - \ No newline at end of file diff --git a/Front/vue-unilife/src/components/Personal/Home.vue b/Front/vue-unilife/src/components/Personal/Home.vue new file mode 100644 index 0000000..170b5e6 --- /dev/null +++ b/Front/vue-unilife/src/components/Personal/Home.vue @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/Front/vue-unilife/src/components/Personal.vue b/Front/vue-unilife/src/components/Personal/Personal.vue similarity index 72% rename from Front/vue-unilife/src/components/Personal.vue rename to Front/vue-unilife/src/components/Personal/Personal.vue index 081645f..fc8a4ba 100644 --- a/Front/vue-unilife/src/components/Personal.vue +++ b/Front/vue-unilife/src/components/Personal/Personal.vue @@ -1,5 +1,8 @@