diff --git a/src/apps/AppPageBasic/AppPageBasic.vue b/src/apps/AppPageBasic/AppPageBasic.vue index 77a6d885..cfde3049 100644 --- a/src/apps/AppPageBasic/AppPageBasic.vue +++ b/src/apps/AppPageBasic/AppPageBasic.vue @@ -1,6 +1,6 @@ - + @@ -22,7 +22,8 @@ export default { icon: require('./img/shgk.png'), url: '../AppServicePublic/AppServicePublic?moduleId=b03d1ea68c8449ecb00685644e3f0192&listName=三务公开' } - ] + ], + headerBg: require('./img/header-bg.png'), } }, diff --git a/src/apps/AppPageBasic/img/header-bg.png b/src/apps/AppPageBasic/img/header-bg.png new file mode 100644 index 00000000..821b880d Binary files /dev/null and b/src/apps/AppPageBasic/img/header-bg.png differ diff --git a/src/apps/AppPageCivilization/AppPageCivilization.vue b/src/apps/AppPageCivilization/AppPageCivilization.vue index b05a1f0e..45bd32ef 100644 --- a/src/apps/AppPageCivilization/AppPageCivilization.vue +++ b/src/apps/AppPageCivilization/AppPageCivilization.vue @@ -1,6 +1,6 @@ - + @@ -27,7 +27,8 @@ export default { icon: require('./img/whjt.png'), url: '../AppServicePublic/AppServicePublic?moduleId=6afadf4cd44f4b73be29390b30ca88bb&listName=五好家庭' } - ] + ], + headerBg: require('./img/header-bg.png'), } }, diff --git a/src/apps/AppPageCivilization/img/header-bg.png b/src/apps/AppPageCivilization/img/header-bg.png new file mode 100644 index 00000000..821b880d Binary files /dev/null and b/src/apps/AppPageCivilization/img/header-bg.png differ diff --git a/src/apps/AppPageInteraction/AppPageInteraction.vue b/src/apps/AppPageInteraction/AppPageInteraction.vue index aee6d116..55315fca 100644 --- a/src/apps/AppPageInteraction/AppPageInteraction.vue +++ b/src/apps/AppPageInteraction/AppPageInteraction.vue @@ -1,6 +1,6 @@ - + @@ -27,7 +27,8 @@ export default { icon: require('./img/wjbd.png'), url: '../AppAskForm/AppAskForm' } - ] + ], + headerBg: require('./img/header-bg.png'), } }, diff --git a/src/apps/AppPageInteraction/img/header-bg.png b/src/apps/AppPageInteraction/img/header-bg.png new file mode 100644 index 00000000..821b880d Binary files /dev/null and b/src/apps/AppPageInteraction/img/header-bg.png differ diff --git a/src/apps/AppPageParty/AppPageParty.vue b/src/apps/AppPageParty/AppPageParty.vue index c1c630c8..2e9f9737 100644 --- a/src/apps/AppPageParty/AppPageParty.vue +++ b/src/apps/AppPageParty/AppPageParty.vue @@ -1,6 +1,6 @@ - + @@ -32,7 +32,8 @@ export default { icon: require('./img/zxdt.png'), url: '../party/AppOnlineAnswer/AppOnlineAnswer' } - ] + ], + headerBg: require('./img/header-bg.png'), } }, diff --git a/src/apps/AppPageParty/img/header-bg.png b/src/apps/AppPageParty/img/header-bg.png new file mode 100644 index 00000000..821b880d Binary files /dev/null and b/src/apps/AppPageParty/img/header-bg.png differ diff --git a/src/apps/AppPageResident/AppPageResident.vue b/src/apps/AppPageResident/AppPageResident.vue index 1338892c..20f17a4a 100644 --- a/src/apps/AppPageResident/AppPageResident.vue +++ b/src/apps/AppPageResident/AppPageResident.vue @@ -1,6 +1,6 @@ - + @@ -27,7 +27,8 @@ export default { icon: require('./img/jmda.png'), url: '../AppResidentDocument/AppResidentDocument' } - ] + ], + headerBg: require('./img/header-bg.png'), } }, diff --git a/src/apps/AppPageResident/img/header-bg.png b/src/apps/AppPageResident/img/header-bg.png new file mode 100644 index 00000000..821b880d Binary files /dev/null and b/src/apps/AppPageResident/img/header-bg.png differ diff --git a/src/components/AiListPage.vue b/src/components/AiListPage.vue index d0ecd654..0d918952 100644 --- a/src/components/AiListPage.vue +++ b/src/components/AiListPage.vue @@ -1,5 +1,8 @@ + + {{label}} + {{label}} @@ -20,6 +23,7 @@ export default { props: { label: String, appList: Array, + headerBg: String }, methods: { linkTo(url) { @@ -33,6 +37,21 @@ export default {
{{label}}