From 33295792abf35db14ca07586e4824ed94df7ea85 Mon Sep 17 00:00:00 2001 From: 17630416519 Date: Fri, 14 Nov 2025 09:19:02 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=BF=AE=E6=94=B9=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- index.html | 2 +- src/App.vue | 5 +- src/router/index.js | 26 ++--- src/views/index.vue | 245 +---------------------------------------- src/views/login.vue | 35 +++--- src/views/register.vue | 37 +++---- 7 files changed, 51 insertions(+), 301 deletions(-) diff --git a/.env b/.env index 977ffd9..0534dea 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ # 页面标题 -VITE_APP_TITLE = 'ZRAdmin.NET' \ No newline at end of file +VITE_APP_TITLE = '荧光线后台管理系统' \ No newline at end of file diff --git a/index.html b/index.html index e078955..cf71dda 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - ZRAdmin.NET管理系统 + 荧光线后台管理系统 +
+ \ No newline at end of file diff --git a/src/views/login.vue b/src/views/login.vue index cd91936..0260187 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -4,19 +4,20 @@

{{ defaultSettings.title }}

- +
- +
- + {{ $t('login.btnLogin') }} 登 录 中... - +