shaogen1995 il y a 2 ans
Parent
commit
74ff505740
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1 1
      public/index.html
  2. 1 1
      src/pages/Home/index.tsx
  3. 1 1
      src/pages/Login/index.tsx

+ 1 - 1
public/index.html

@@ -24,7 +24,7 @@
       work correctly both with client-side routing and a non-root public URL.
       Learn how to configure a non-root public URL by running `npm run build`.
     -->
-    <title>乐山大佛馆藏系统</title>
+    <title>乐山市博物馆馆藏系统</title>
   </head>
   <body>
     <noscript>You need to enable JavaScript to run this app.</noscript>

+ 1 - 1
src/pages/Home/index.tsx

@@ -229,7 +229,7 @@ export default function Home() {
               欢迎 {userInfo.realName} 进入
               <br />
               <br />
-              乐山大佛博物馆馆藏管理系统!
+              乐山博物馆馆藏管理系统!
             </h3>
             <p>{nowTime}</p>
           </div>

+ 1 - 1
src/pages/Login/index.tsx

@@ -48,7 +48,7 @@ export default function Login() {
   return (
     <div className={styles.Login}>
       <div className="main">
-        <h1>乐山大佛博物馆馆藏管理系统</h1>
+        <h1>乐山博物馆馆藏管理系统</h1>
         <p>LESHAN DAFO MUSEUMCOLLECTION MANAGEMENT SYSTEM</p>
         {/* 账号密码输入框 */}
         <div className="inputBox">