百色农校

This commit is contained in:
2025-04-17 16:22:32 +08:00
parent fe348ae97b
commit 7078da29f2
35 changed files with 516 additions and 114 deletions

View File

@@ -15,7 +15,7 @@ import {listCmsLink, pageCmsLink} from "~/api/cms/cmsLink";
import type {CmsLink} from "~/api/cms/cmsLink/model";
const list = ref<CmsLink[]>([])
pageCmsLink({limit: 10}).then(res => {
pageCmsLink({limit: 8}).then(res => {
list.value = res?.list || [];
})
</script>

View File

@@ -13,7 +13,7 @@
</div>
</template>
<div class="flex flex-col text-base">
<p class="text-base text-gray-400 py-2 font-bold">APP客户端</p>
<p class="text-base text-gray-400 py-2 font-bold">扫一扫关注公众号</p>
<el-avatar :src="config.wxQrcode" shape="square" :size="120" />
</div>
</div>