二级导航页新增需求

This commit is contained in:
liuye
2021-12-23 15:25:33 +08:00
parent f443e04710
commit d550236776
11 changed files with 34 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="AppPageBasic">
<AiListPage :label="label" :appList="appList" />
<AiListPage :label="label" :appList="appList" :headerBg="headerBg" />
</div>
</template>
@@ -22,7 +22,8 @@ export default {
icon: require('./img/shgk.png'),
url: '../AppServicePublic/AppServicePublic?moduleId=b03d1ea68c8449ecb00685644e3f0192&listName=三务公开'
}
]
],
headerBg: require('./img/header-bg.png'),
}
},