From dbc9d8b458ea186c4e4ddcdb60b64d39d009790a Mon Sep 17 00:00:00 2001 From: Xubx <1827135378@qq.com> Date: Tue, 4 Mar 2025 15:47:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=90=84=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- index.html | 2 +- logo.png | Bin 0 -> 5404 bytes src/assets/images/logo-red.png | Bin 0 -> 16608 bytes src/assets/images/logo.png | Bin 7519 -> 5404 bytes src/components/Application/src/AppLogo.vue | 146 ++-- src/components/Scrollbar/src/Scrollbar.vue | 346 +++++---- .../header/components/user-dropdown/index.vue | 399 +++++----- src/layouts/default/header/index.vue | 406 +++++----- src/settings/projectSetting.ts | 6 +- src/views/cees/student.vue | 13 - src/views/dashboard/Analysis/index.vue | 25 +- src/views/sys/login/LoginForm.vue | 218 +++--- src/views/sys/login/TokenLoginPage.vue | 377 ++++----- src/views/system/loginmini/MiniLogin.vue | 718 ++++++++---------- 15 files changed, 1304 insertions(+), 1354 deletions(-) create mode 100644 logo.png create mode 100644 src/assets/images/logo-red.png delete mode 100644 src/views/cees/student.vue diff --git a/.env b/.env index 5ad279d..dd9322d 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ VITE_PORT = 3100 # 网站标题 -VITE_GLOB_APP_TITLE = JeecgBoot 企业级低代码平台 +VITE_GLOB_APP_TITLE = 哈尔滨师范大学评阅人员管理系统 # 简称,用于配置文件名字 不要出现空格、数字开头等特殊字符 VITE_GLOB_APP_SHORT_NAME = JeecgBootAdmin diff --git a/index.html b/index.html index ef61a19..6423195 100644 --- a/index.html +++ b/index.html @@ -157,7 +157,7 @@