Browse Source

删除无用文本内容

jbb 2 years ago
parent
commit
5257b54ad7
2 changed files with 7 additions and 7 deletions
  1. 5 5
      src/components/layouts/UserLayout.vue
  2. 2 2
      src/components/page/GlobalLayout.vue

+ 5 - 5
src/components/layouts/UserLayout.vue

@@ -4,18 +4,18 @@
       <div class="top">
         <div class="header">
           <a href="/">
-            <img src="~@/assets/logo.svg" class="logo" alt="logo">
+            <img src="~@/assets/logo1.png" class="logo" alt="logo">
             <span class="title">森语</span>
           </a>
         </div>
-        <div class="desc">
+        <!-- <div class="desc">
           关于森语的广告语
-        </div>
+        </div> -->
       </div>
 
       <route-view></route-view>
 
-      <div class="footer">
+      <!-- <div class="footer">
         <div class="links">
           <a href="http://doc.jeecg.com" target="_blank">帮助</a>
           <a href="https://github.com/zhangdaiscott/jeecg-boot" target="_blank">隐私</a>
@@ -24,7 +24,7 @@
         <div class="copyright">
           Copyright &copy; 2019 <a href="http://www.jeecg.com" target="_blank">JEECG开源社区</a> 出品
         </div>
-      </div>
+      </div> -->
     </div>
   </div>
 </template>

+ 2 - 2
src/components/page/GlobalLayout.vue

@@ -74,9 +74,9 @@
       </a-layout-content>
 
       <!-- layout footer -->
-      <a-layout-footer style="padding: 0px">
+      <!-- <a-layout-footer style="padding: 0px">
         <global-footer/>
-      </a-layout-footer>
+      </a-layout-footer> -->
     </a-layout>
 
     <!-- update-start---- author:os_chengtgen -- date:20190830 --  for:issues/463 -编译主题颜色已生效,但还一直转圈,显示主题 正在编译 ---- -->