From 7e03f128175b62165b4ecdf50c76c6a9f3c30c4a Mon Sep 17 00:00:00 2001 From: ioococ Date: Sun, 16 Nov 2025 19:16:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E8=AE=A4=E8=AF=81=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=8C=85=E5=90=AB?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E3=80=81=E7=AE=A1=E7=90=86=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=8F=B0=E5=92=8C=E8=8A=82=E7=82=B9=E6=8F=90=E4=BA=A4=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 29 +-- src/router/index.ts | 10 + src/utils/request/api.ts | 88 ++++++++ src/views/DashboardView.vue | 433 ++++++++++++++++++++++++++++++++++++ src/views/LoginView.vue | 70 ++++++ src/views/SubmitView.vue | 209 ++++++++++++++++- 6 files changed, 822 insertions(+), 17 deletions(-) create mode 100644 src/utils/request/api.ts create mode 100644 src/views/DashboardView.vue create mode 100644 src/views/LoginView.vue diff --git a/src/App.vue b/src/App.vue index a1b64b2..6840c91 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,33 +1,36 @@