更新首页
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<ModuleEntryListPage :config="pageConfig" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import ModuleEntryListPage from '@/components/ModuleEntryListPage.vue'
|
||||
|
||||
definePageMeta({
|
||||
layout: 'blank'
|
||||
})
|
||||
|
||||
const pageConfig = {
|
||||
type: 'expert_download',
|
||||
title: '专家资料下载',
|
||||
description: '',
|
||||
baseRoute: '/expert/downloads',
|
||||
showImage: false,
|
||||
sidebarNavKey: 'expert',
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user