AiListPage

This commit is contained in:
liuye
2021-12-23 11:43:36 +08:00
parent f172bbd77d
commit 407b9cd463
13 changed files with 11 additions and 20 deletions

View File

@@ -1,15 +1,13 @@
<template>
<div class="AppPageCivilization">
<AppListPage :label="label" :appList="appList" />
<AiListPage :label="label" :appList="appList" />
</div>
</template>
<script>
import AppListPage from '@/components/AppListPage/AppListPage'
export default {
name: 'AppPageCivilization',
appName: '工作台(文明乡风)',
components: { AppListPage },
data() {
return {
label: '文明乡风',