Browse Source

修改footer

coderDJing 11 months ago
parent
commit
744ccb78cc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/commonFooter/index.vue

+ 2 - 2
src/components/commonFooter/index.vue

@@ -21,7 +21,7 @@ const qrcode = computed(() => {
   <div class="w-full flex items-center justify-center bg-hex-171d2f">
     <div class="w-1200px flex justify-between py-6 text-white">
       <div>
-        <div class="flex items-center">
+        <!-- <div class="flex items-center">
           <img :src="footer_logo" alt="" class="h-28px">
           <div class="mx-3 h-16px w-1px bg-white" />
           <div class="text-lg">
@@ -33,7 +33,7 @@ const qrcode = computed(() => {
           <div class="text-base">
             开放平台
           </div>
-        </div>
+        </div> -->
         <div class="text-base text-hex-828282" v-html="webInfo?.js_desc" />
       </div>
       <div>