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 @@
- +
diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..cbc50d2 Binary files /dev/null and b/logo.png differ diff --git a/src/assets/images/logo-red.png b/src/assets/images/logo-red.png new file mode 100644 index 0000000..c6d14e2 Binary files /dev/null and b/src/assets/images/logo-red.png differ diff --git a/src/assets/images/logo.png b/src/assets/images/logo.png index 8072ced..cbc50d2 100644 Binary files a/src/assets/images/logo.png and b/src/assets/images/logo.png differ diff --git a/src/components/Application/src/AppLogo.vue b/src/components/Application/src/AppLogo.vue index a2cf732..2908c0b 100644 --- a/src/components/Application/src/AppLogo.vue +++ b/src/components/Application/src/AppLogo.vue @@ -4,89 +4,93 @@ --> diff --git a/src/components/Scrollbar/src/Scrollbar.vue b/src/components/Scrollbar/src/Scrollbar.vue index 3ea4a02..d1d3de5 100644 --- a/src/components/Scrollbar/src/Scrollbar.vue +++ b/src/components/Scrollbar/src/Scrollbar.vue @@ -1,6 +1,20 @@ diff --git a/src/layouts/default/header/components/user-dropdown/index.vue b/src/layouts/default/header/components/user-dropdown/index.vue index ee988f1..d97735f 100644 --- a/src/layouts/default/header/components/user-dropdown/index.vue +++ b/src/layouts/default/header/components/user-dropdown/index.vue @@ -11,12 +11,8 @@ diff --git a/src/settings/projectSetting.ts b/src/settings/projectSetting.ts index 1c3c942..092cced 100644 --- a/src/settings/projectSetting.ts +++ b/src/settings/projectSetting.ts @@ -65,13 +65,13 @@ const setting: ProjectConfig = { // 头部配置 headerSetting: { // 背景色 - bgColor: HEADER_PRESET_BG_COLOR_LIST[0], + bgColor: HEADER_PRESET_BG_COLOR_LIST[5], // 固定头部 fixed: true, // 是否显示顶部 show: true, // 主题 - theme: ThemeEnum.LIGHT, + theme: ThemeEnum.DARK, // 开启锁屏功能 useLockPage: true, // 显示全屏按钮 @@ -87,7 +87,7 @@ const setting: ProjectConfig = { // 菜单配置 menuSetting: { // 背景色 - bgColor: SIDE_BAR_BG_COLOR_LIST[0], + bgColor: SIDE_BAR_BG_COLOR_LIST[3], // 是否固定住左侧菜单 fixed: true, // 菜单折叠 diff --git a/src/views/cees/student.vue b/src/views/cees/student.vue deleted file mode 100644 index 199fb21..0000000 --- a/src/views/cees/student.vue +++ /dev/null @@ -1,13 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/dashboard/Analysis/index.vue b/src/views/dashboard/Analysis/index.vue index 5ee4e92..3eda701 100644 --- a/src/views/dashboard/Analysis/index.vue +++ b/src/views/dashboard/Analysis/index.vue @@ -1,5 +1,8 @@ + diff --git a/src/views/sys/login/LoginForm.vue b/src/views/sys/login/LoginForm.vue index 1bb1cb7..801dcc2 100644 --- a/src/views/sys/login/LoginForm.vue +++ b/src/views/sys/login/LoginForm.vue @@ -1,29 +1,30 @@ diff --git a/src/views/sys/login/TokenLoginPage.vue b/src/views/sys/login/TokenLoginPage.vue index c11e204..490b41a 100644 --- a/src/views/sys/login/TokenLoginPage.vue +++ b/src/views/sys/login/TokenLoginPage.vue @@ -1,218 +1,221 @@ \ No newline at end of file diff --git a/src/views/system/loginmini/MiniLogin.vue b/src/views/system/loginmini/MiniLogin.vue index c42fbf7..ae2477d 100644 --- a/src/views/system/loginmini/MiniLogin.vue +++ b/src/views/system/loginmini/MiniLogin.vue @@ -1,86 +1,65 @@ -