diff --git a/src/components/utils/Footer.vue b/src/components/utils/Footer.vue index 92b82ec..a12c877 100644 --- a/src/components/utils/Footer.vue +++ b/src/components/utils/Footer.vue @@ -40,6 +40,12 @@ 我的 --> + + + + + {{ $t('footer.my') }} + import('../views/Friends.vue'), meta: { keepAlive: true }, }, + { + path: '/my', + name: 'my', + component: () => import('../views/My.vue'), + meta: { keepAlive: true }, + }, { path: '/l/:config', name: 'list', diff --git a/src/views/My.vue b/src/views/My.vue new file mode 100644 index 0000000..8a4a7c6 --- /dev/null +++ b/src/views/My.vue @@ -0,0 +1,121 @@ + + + + {{ $t('footer.my') }} + + + + + + + + + + + + + + + + + + + +