二级导航页新增需求

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="AppPageInteraction">
<AiListPage :label="label" :appList="appList" />
<AiListPage :label="label" :appList="appList" :headerBg="headerBg" />
</div>
</template>
@@ -27,7 +27,8 @@ export default {
icon: require('./img/wjbd.png'),
url: '../AppAskForm/AppAskForm'
}
]
],
headerBg: require('./img/header-bg.png'),
}
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB