diff --git a/Front/vue-unilife/public/images/个人.png b/Front/vue-unilife/public/images/个人.png new file mode 100644 index 0000000..f63e5e8 Binary files /dev/null and b/Front/vue-unilife/public/images/个人.png differ diff --git a/Front/vue-unilife/public/images/默认头像.jpg b/Front/vue-unilife/public/images/默认头像.jpg new file mode 100644 index 0000000..11eead7 Binary files /dev/null and b/Front/vue-unilife/public/images/默认头像.jpg differ diff --git a/Front/vue-unilife/src/components/Personal.vue b/Front/vue-unilife/src/components/Personal.vue index 3a914a0..081645f 100644 --- a/Front/vue-unilife/src/components/Personal.vue +++ b/Front/vue-unilife/src/components/Personal.vue @@ -1,25 +1,201 @@ - \ 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 591878d..162b2a5 100644 --- a/Front/vue-unilife/src/components/Personal/AcountManager.vue +++ b/Front/vue-unilife/src/components/Personal/AcountManager.vue @@ -6,9 +6,9 @@ export default defineComponent({ }); - - + + \ No newline at end of file diff --git a/Front/vue-unilife/src/routers.ts b/Front/vue-unilife/src/routers.ts index c5606b6..43a18a4 100644 --- a/Front/vue-unilife/src/routers.ts +++ b/Front/vue-unilife/src/routers.ts @@ -16,7 +16,7 @@ const routes:Array = [ component: Personal, children: [ { - path:'/manager', + path:'manager', name: 'Manager', component:Manager, }