瀏覽代碼

修改footer

coderDJing 11 月之前
父節點
當前提交
b52df13062
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/pages/frontpage/layout/components/appFooter/index.vue

+ 2 - 2
src/pages/frontpage/layout/components/appFooter/index.vue

@@ -31,7 +31,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">智慧教育云平台</div>
@@ -39,7 +39,7 @@ const qrcode = computed(() => {
         <div class="mb-50px mt-30px flex cursor-pointer" @click="openWeb">
           <img class="mr-4 h-22px w-22px" :src="kfpt_logo" alt="" />
           <div class="text-base">开放平台</div>
-        </div>
+        </div> -->
         <div class="text-base text-hex-828282" v-html="webInfo?.js_desc" />
       </div>
       <div>