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="AppPageBasic">
<AppListPage :label="label" :appList="appList" />
<AiListPage :label="label" :appList="appList" />
</div>
</template>
<script>
import AppListPage from '@/components/AppListPage/AppListPage'
export default {
name: 'AppPageBasic',
appName: '工作台(基层办公)',
components: { AppListPage },
data() {
return {
label: '基层办公',