From 84c349ad545650bc8055700cc760d9589888f35f Mon Sep 17 00:00:00 2001 From: Leo_Ding <2405260743@qq.com> Date: Mon, 24 Nov 2025 10:29:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E5=B8=83=E5=B1=80=E6=90=AD?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/App.vue | 3 +- src/router/index.ts | 131 ++++++++++++++++---------- src/style.css | 1 + src/views/admin/home/index.vue | 3 + src/views/admin/index.vue | 67 +++++++++++++ src/views/layout/index.vue | 107 +++++++++++++++++++++ src/views/login/component/account.vue | 2 +- vite.config.ts | 27 +++--- 9 files changed, 279 insertions(+), 64 deletions(-) create mode 100644 src/views/admin/home/index.vue create mode 100644 src/views/admin/index.vue create mode 100644 src/views/layout/index.vue diff --git a/package.json b/package.json index 078cd8d..f9b6231 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "type": "module", "scripts": { - "dev": "vite", + "dev": "vite ", "build": "vue-tsc && vite build", "preview": "vite preview" }, diff --git a/src/App.vue b/src/App.vue index 90d45ac..2434228 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@