xiongchao 3 years ago
parent
commit
45e228b783
2 changed files with 4 additions and 3 deletions
  1. 1 1
      src/components/tools/Logo.vue
  2. 3 2
      src/views/Login.vue

+ 1 - 1
src/components/tools/Logo.vue

@@ -2,7 +2,7 @@
   <div class="logo">
     <router-link :to="{name:'dashboard'}">
       <img src="~@/assets/logo.png" style="width:50px;height:32px" class="logo" alt="logo">
-      <h1 v-if="showTitle">供应链管理系统</h1>
+      <h1 v-if="showTitle">设备管理系统</h1>
     </router-link>
   </div>
 </template>

+ 3 - 2
src/views/Login.vue

@@ -2,8 +2,9 @@
   <div>
     <div class="fh-login">
       <div class="fh-login-left">
-        <h2 style='padding-bottom: 0px'>北京乾元坤和</h2>
-        <h2 style='font-size:30px'>供应链管理系统</h2>
+        <h2 style='padding-bottom: 0px'>CNTHB</h2>
+        <h2 style='padding-bottom: 0px'>HITACHI ABB</h2>
+        <h2 style='font-size:30px'>设备管理系统</h2>
       </div>
       <div class="fh-login-right">
         <div class="login-title">欢迎使用</div>