AiListPage
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
<template>
|
||||
<div class="AppPageParty">
|
||||
<AppListPage :label="label" :appList="appList" />
|
||||
<AiListPage :label="label" :appList="appList" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AppListPage from '@/components/AppListPage/AppListPage'
|
||||
export default {
|
||||
name: 'AppPageParty',
|
||||
appName: '工作台(基层党建)',
|
||||
components: { AppListPage },
|
||||
data() {
|
||||
return {
|
||||
label: '基层党建',
|
||||
|
||||
Reference in New Issue
Block a user