更新首页

This commit is contained in:
2026-09-11 12:25:38 +08:00
parent 9e24153eac
commit c29c3be942
326 changed files with 6564 additions and 44307 deletions
+19
View File
@@ -0,0 +1,19 @@
<template>
<ModuleEntryListPage :config="pageConfig" />
</template>
<script setup lang="ts">
import ModuleEntryListPage from '@/components/ModuleEntryListPage.vue'
definePageMeta({
layout: 'blank'
})
const pageConfig = {
type: 'support_unit',
title: '支持单位',
description: '展示广西决策咨询网支持单位相关信息',
baseRoute: '/support-units',
showImage: false,
}
</script>