|
@@ -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>
|