From 891410f9e1a7cf71541f19cfcd4c743d1fbb275d Mon Sep 17 00:00:00 2001 From: zch Date: Fri, 3 Jul 2026 17:13:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=87=8D=E6=9E=84=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E4=B8=8E=E9=A6=96=E9=A1=B5=EF=BC=8C=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=93=81=E7=89=8C=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 更新生产和开发环境的站点标题与logo标题为haiwei-wcs相关内容 2. 重写登录页面布局,新增品牌介绍面板,优化表单容器样式 3. 重构首页为WCS专属仪表盘,替换原有RuoYi框架介绍内容,新增数据统计卡片、图表和快捷入口 4. 调整页脚版权信息,动态显示当前年份和品牌标题 --- .env.development | 5 +- .env.production | 4 +- src/views/index.vue | 593 ++++++++++++++++++++++++++++++++++---------- src/views/login.vue | 273 ++++++++++++++------ 4 files changed, 659 insertions(+), 216 deletions(-) diff --git a/.env.development b/.env.development index 3737274..8b1538a 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,6 @@ # 页面标题 -VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 -VITE_APP_LOGO_TITLE = RuoYi-Vue-Plus - +VITE_APP_TITLE = haiwei-wcs多租户管理系统 +VITE_APP_LOGO_TITLE = haiwei-wcs # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index 883c8f1..4e139ea 100644 --- a/.env.production +++ b/.env.production @@ -1,6 +1,6 @@ # 页面标题 -VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 -VITE_APP_LOGO_TITLE = RuoYi-Vue-Plus +VITE_APP_TITLE = haiwei-wcs租户管理系统 +VITE_APP_LOGO_TITLE = haiwei-wcs # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/src/views/index.vue b/src/views/index.vue index fe01b1e..2f87eb5 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,164 +1,485 @@