Browse Source

修改项目名称及英文

plg 2 weeks ago
parent
commit
e857dd0289
2 changed files with 4 additions and 5 deletions
  1. 1 1
      index.html
  2. 3 4
      src/components/CpmdHeader.vue

+ 1 - 1
index.html

@@ -5,7 +5,7 @@
   <meta charset="UTF-8">
   <link rel="icon" href="/favicon.png">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <title>学生心理测评系统</title>
+  <title>学生心理健康测评系统</title>
 </head>
 
 <body>

+ 3 - 4
src/components/CpmdHeader.vue

@@ -105,10 +105,9 @@ const leaveFun = () => {
                     <img width="30px" style="margin-left: 10px;" src="../assets/logo_white.png" alt="">
                     <!-- <img style="width: 20vw;" src="../assets/home/group_title.png" alt=""> -->
                     <div style="display: flex;flex-direction: column;margin-left:6px">
-                        <span style="color: #ffffff;font-size: 26px;font-weight: 100;">学生心理测评系统</span>
-                        <span style="color: #ffffff;font-weight: 100;font-size: 14px;">Student
-                            psychological assessment
-                            system</span>
+                        <span style="color: #ffffff;font-size: 26px;font-weight: 100;">学生心理健康测评系统</span>
+                        <span style="color: #ffffff;font-weight: 100;font-size: 14px;">Student psychological health
+                            assessment system</span>
                     </div>
                 </div>
             </div>