From 3c15a8e28dd349ee3b732796162894f6a3b6b60f Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Mon, 22 Dec 2025 23:49:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- src/views/index.vue | 163 ++++---------------------------------------- src/views/login.vue | 2 +- 4 files changed, 17 insertions(+), 152 deletions(-) diff --git a/.env.development b/.env.development index 14e1335..2019217 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 +VITE_APP_TITLE = 智聪科技单体项目管理系统 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index 1109bc6..fcac720 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 +VITE_APP_TITLE = 智聪科技单体项目管理系统 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/src/views/index.vue b/src/views/index.vue index bfda3f2..5a9a51c 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,164 +1,29 @@