Quellcode durchsuchen

chore(branding): 更新品牌名称从江苏日立到日立能源

- 将登录页面中的公司名称从"江苏日立"更改为"日立能源"
- 注释掉登录页面中的logo变量显示
- 将布局页脚中的版权信息从"江苏日立"更新为"日立能源"
- 版权年份从2020更新为2026
dazhaxie vor 3 Wochen
Ursprung
Commit
99e1f0fec7
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1 1
      src/layouts/UserLayout.vue
  2. 2 2
      src/views/Login.vue

+ 1 - 1
src/layouts/UserLayout.vue

@@ -21,7 +21,7 @@
         <!--          <a href="_self">条款</a>-->
         <!--        </div>-->
         <div class="copyright">
-          Copyright &copy; 2020 江苏日立
+          Copyright &copy; 2026 日立能源
         </div>
       </div>
     </div>

+ 2 - 2
src/views/Login.vue

@@ -2,8 +2,8 @@
   <div>
     <div class="fh-login">
       <div class="fh-login-left">
-        <h2 style="padding-bottom: 0px">江苏日立</h2>
-        <h2 style="padding-bottom: 0px">{{ logo }}</h2>
+        <h2 style="padding-bottom: 0px">日立能源</h2>
+<!--        <h2 style="padding-bottom: 0px">{{ logo }}</h2>-->
         <h2 style="font-size:30px">设备管理系统</h2>
       </div>
       <div class="fh-login-right">