diff --git a/.env b/.env index 7422833..a57e192 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ VITE_PORT = 3100 # 网站标题 -VITE_GLOB_APP_TITLE = 哈师大四级查询平台 +VITE_GLOB_APP_TITLE = 哈尔滨师范大学英语四六级综合管理平台 # 简称,用于配置文件名字 不要出现空格、数字开头等特殊字符 VITE_GLOB_APP_SHORT_NAME = JeecgBootAdmin diff --git a/logo.png b/logo.png index 06cf990..cbc50d2 100644 Binary files a/logo.png 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 06cf990..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..948a627 100644 --- a/src/components/Application/src/AppLogo.vue +++ b/src/components/Application/src/AppLogo.vue @@ -4,9 +4,10 @@ --> diff --git a/src/views/cet/cet-ana-3.vue b/src/views/cet/cet-ana-3.vue index b113192..84f1227 100644 --- a/src/views/cet/cet-ana-3.vue +++ b/src/views/cet/cet-ana-3.vue @@ -11,6 +11,16 @@
+
+ 学院 / 专业通过率变化 +
+ {{ topCollege }} + + {{ topBath }} + 批次的通过率为: + {{ sumRate }}% +
+
@@ -21,6 +31,7 @@