소스 검색

fix: 调整浏览器标签图标

周玉环 16 시간 전
부모
커밋
80a09a913b
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      xinkeaboard-web/app.vue
  2. 2 2
      xinkeaboard-web/components/FooterBottom.vue
  3. BIN
      xinkeaboard-web/public/favicon.png

+ 1 - 1
xinkeaboard-web/app.vue

@@ -12,7 +12,7 @@ import { ID_INJECTION_KEY } from 'element-plus'
 
 useHead({
   link: [
-    { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
+    { rel: 'icon', type: 'image/x-icon', href: '/favicon.png' },
  ],
  script: [
       {

+ 2 - 2
xinkeaboard-web/components/FooterBottom.vue

@@ -9,11 +9,11 @@
 <template>
   <div>
     <div class="footer_service_wrap" v-if="ImgBG">
-      <div class="footer_service">
+      <!-- <div class="footer_service">
         <a>
           <img :src="ImgBG"  alt />
         </a>
-      </div>
+      </div> -->
     </div>
     <div class="footer_link">
       <div class="link_box" v-if="navList.data.length > 0">

BIN
xinkeaboard-web/public/favicon.png