Browse Source

展示信息更新

user5 2 năm trước cách đây
mục cha
commit
67fb549e47
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      public/index.html
  2. 1 1
      src/utils/index.js

+ 1 - 1
public/index.html

@@ -5,7 +5,7 @@
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <meta http-equiv="X-UA-Compatible" content="ie=edge">
-  <title>兴光评估系统平台</title>
+  <title>兴光系统平台</title>
   <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="/static/img/favicon.ico">

+ 1 - 1
src/utils/index.js

@@ -178,7 +178,7 @@ export function unescapeHTML (a) {
 
 export function printLogo () {
   console.info(
-    '%c欢迎使用%c兴光评估系统平台',
+    '%c欢迎使用%c兴光系统平台',
     'color: #ffffff; background: #000000; padding:5px 10px 5px 10px;font-size:40px;border-radius:12px 0 0 12px;', 'color: #000000; background: #FE9A00; padding:5px 10px;font-size:40px;border-radius:0 12px 12px 0;')
 }