Kaynağa Gözat

feat: 更新显示标题

TwoKe945 1 yıl önce
ebeveyn
işleme
b0c72ba513
2 değiştirilmiş dosya ile 4 ekleme ve 13 silme
  1. 2 2
      public/index.html
  2. 2 11
      src/layouts/UserLayout.vue

+ 2 - 2
public/index.html

@@ -18,11 +18,11 @@
     </noscript>
     <div id="app">
       <div class="first-loading-wrp">
-        <h1>RuoYi</h1>
+        <h1 style="font-size: 50px;">两江消防车辆联网系统</h1>
         <div class="loading-wrp">
           <span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
         </div>
-        <div style="display: flex; justify-content: center; align-items: center;">RuoYi-Antdv</div>
+        <div style="display: flex; justify-content: center; align-items: center;">加载中...</div>
       </div>
     </div>
     <!-- require cdn assets js -->

+ 2 - 11
src/layouts/UserLayout.vue

@@ -5,7 +5,7 @@
         <div class="header">
           <a href="/">
             <img src="~@/assets/logo.png" class="logo" alt="logo">
-            <span class="title">RuoYi-Antdv</span>
+            <span class="title">两江消防车辆联网系统</span>
           </a>
         </div>
         <div class="desc">
@@ -24,16 +24,7 @@
         <div class="copyright">
           Copyright &copy; 2022 <a href="https://github.com/fuzui/RuoYi-Antdv" target="_blank">RuoYi-Antdv</a><br/>
         </div>
-        <a-space size="large">
-          <a href="https://beian.miit.gov.cn/" target="_blank">
-            <img src="https://cdn.fuzui.net/icon/beian.png?x-oss-process=style/ys" style="width:18px">
-            宁ICP备 2020001732号-1
-          </a>
-          <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11011202003445" target="_blank">
-            <img src="https://oss.fuzui.net/img/202202010105048.png" style="width:18px">
-            京公网安备 11011202003445号
-          </a>
-        </a-space>
+        <a-space size="large"></a-space>
       </div>
     </div>
   </div>