qin
2025-03-31 a13412ab039b8e2f79045af738e07affa1309b13
src/components/AppFooter.vue
@@ -8,7 +8,7 @@
                  <router-link to="/" class="text-white hover:text-white hover:underline">首页</router-link>
               </div>
               <div>
                  <router-link to="/certified-products" class="text-white hover:text-white hover:underline">认证产品</router-link>
                  <router-link to="/certified-products" class="text-white hover:text-white hover:underline">能效产品</router-link>
               </div>
               <div>
                  <router-link to="/eec-label-search" class="text-white hover:text-white hover:underline">证书查询</router-link>
@@ -51,13 +51,17 @@
                     <img src="@/assets/footer/上海质检院.jpg" alt="上海质检院" class="w-24 h-24 mb-2" />
                     <div class="text-xs">上海质检院</div>
                  </div>
                  <div class="w-[90px]">
                     <img src="@/assets/footer/PumpMgrQr.jpg" alt="泵管家" class="w-24 h-24 mb-2" />
                     <div class="text-xs">泵管家</div>
                  </div>
               </div>
            </div>
         </div>
         <!-- 版权信息 -->
         <div class="pt-5 mt-2 text-center text-gray-400 text-sm">
            Copyright © 2019-2019 js. All Rights Reserved. 版权所有
            Copyright © 2025-2026  All Rights Reserved. 版权所有
            <a href="https://beian.miit.gov.cn/" target="_blank" class="text-gray-400 ml-2"> 沪ICP备14049296号-2 </a>
         </div>
      </div>