AiListPage
This commit is contained in:
		@@ -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: '基层办公',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user