From 74d40d25e2e38038ca66afeab53726a43db19d44 Mon Sep 17 00:00:00 2001 From: SikongJueluo Date: Mon, 12 May 2025 21:56:41 +0800 Subject: [PATCH] feat: add swagger page --- src/components/LoginCard.vue | 10 ++++----- src/components/Navbar.vue | 39 +++++++++++++++++++++++++++--------- src/router/index.ts | 4 ++-- vite.config.ts | 7 ++++++- 4 files changed, 42 insertions(+), 18 deletions(-) diff --git a/src/components/LoginCard.vue b/src/components/LoginCard.vue index 3907fed..3746e5b 100644 --- a/src/components/LoginCard.vue +++ b/src/components/LoginCard.vue @@ -5,19 +5,19 @@
- Forget Password + 忘记密码?
- - + +
diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 2e14737..11bbedb 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -2,24 +2,28 @@