From 8918c0d29b8505e0096b516e70c28707ffb4a168 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 29 Jun 2026 17:07:06 +0800
Subject: [PATCH] 修改名称

---
 .env.staging           |    4 ++--
 .env.development       |    4 ++--
 src/views/homePage.vue |    8 ++++----
 index.html             |    2 +-
 package.json           |    2 +-
 .env.production        |    4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.env.development b/.env.development
index 721adcd..05a4983 100644
--- a/.env.development
+++ b/.env.development
@@ -1,10 +1,10 @@
 # 页面标题
-VITE_APP_TITLE = 在线教育
+VITE_APP_TITLE = 安全教育考试系统
 
 # 开发环境配置
 VITE_APP_ENV = 'development'
 
-# 在线教育/开发环境
+# 安全教育考试系统/开发环境
 #贺哥
 #VITE_APP_BASE_API = 'http://192.168.0.47:8085'
 
diff --git a/.env.production b/.env.production
index 9491f8c..333045e 100644
--- a/.env.production
+++ b/.env.production
@@ -1,10 +1,10 @@
 # 页面标题
-VITE_APP_TITLE = 在线教育
+VITE_APP_TITLE = 安全教育考试系统
 
 # 生产环境配置
 VITE_APP_ENV = 'production'
 
-# 在线教育/生产环境-国泰
+# 安全教育考试系统/生产环境-国泰
 VITE_APP_BASE_API = 'http://106.15.95.149:8001/api'
 VITE_APP_RESOURCE_API = 'http://47.108.222.15:9000/trainexam/'
 
diff --git a/.env.staging b/.env.staging
index eefe964..2eecd65 100644
--- a/.env.staging
+++ b/.env.staging
@@ -1,10 +1,10 @@
 # 页面标题
-VITE_APP_TITLE = 在线教育
+VITE_APP_TITLE = 安全教育考试系统
 
 # 生产环境配置
 VITE_APP_ENV = 'staging'
 
-# 在线教育/生产环境
+# 安全教育考试系统/生产环境
 VITE_APP_BASE_API = '/stage-api'
 
 # 是否在打包时开启压缩,支持 gzip 和 brotli
diff --git a/index.html b/index.html
index 9ebf81f..1a27ad6 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
   <meta name="renderer" content="webkit">
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
   <link rel="icon" href="/favicon.ico">
-  <title>安全在线教育平台</title>
+  <title>安全教育考试系统</title>
   <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
   <style>
     html,
diff --git a/package.json b/package.json
index 22e273d..4da5bae 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "ruoyi",
   "version": "3.8.6",
-  "description": "安全在线教育平台",
+  "description": "安全教育考试系统",
   "author": "若依",
   "license": "MIT",
   "scripts": {
diff --git a/src/views/homePage.vue b/src/views/homePage.vue
index 083fe11..3020c77 100644
--- a/src/views/homePage.vue
+++ b/src/views/homePage.vue
@@ -5,7 +5,7 @@
 <!--        <img class="pics2" :src="logoPng">-->
 <!--        <span style="font-size: 40px;color: black">国泰新华</span>-->
 <!--        <div style="width: 2px;height: 40px;background-color: #1C68A7;margin-top: 5px;margin-left: 15px;margin-right: 15px"></div>-->
-<!--        <span style="font-size: 28px;color: white">在线教育平台</span>-->
+<!--        <span style="font-size: 28px;color: white">安全教育考试系统平台</span>-->
 <!--      </div>-->
       <div class="content">
         <div class="imgBox">
@@ -16,7 +16,7 @@
         <div class="formBox">
           <div class="loginTitle">
             <span>中国科学技术大学</span><br/>
-            安全教育平台</div>
+            安全教育考试系统</div>
           <div style="padding: 20px 0;">
             <el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">
               <el-form-item>
@@ -96,7 +96,7 @@
 
 <!--    <div class="login-panel">-->
 <!--      <el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">-->
-<!--        <h3 class="title">安全在线教育平台</h3>-->
+<!--        <h3 class="title">安全安全教育考试系统平台</h3>-->
 <!--        <el-form-item prop="username">-->
 <!--          <el-input-->
 <!--              v-model="loginForm.username"-->
@@ -419,7 +419,7 @@
 .loginTitle{
   width: 100%;
   text-align: center;
-  font-size: 56px;
+  font-size: 50px;
   color: #2563eb;
   line-height: 1.2;
   font-weight: bolder;

--
Gitblit v1.9.2