接入党史题库

This commit is contained in:
aixianling
2022-03-02 09:07:45 +08:00
parent 27445b1bba
commit 57ceab5d13
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<template> <template>
<section class="AppFoundingHundred"> <section class="AppQuestionBank">
<ai-list v-if="showList"> <ai-list v-if="showList">
<template #title> <template #title>
<ai-title title="党史题库" isShowBottomBorder></ai-title> <ai-title title="党史题库" isShowBottomBorder></ai-title>
@@ -163,7 +163,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.AppFoundingHundred { .AppQuestionBank {
height: 100%; height: 100%;
} }
</style> </style>

View File

@@ -23,5 +23,6 @@
"AppVillageActivity": "乡村活动", "AppVillageActivity": "乡村活动",
"AppAddressBook": "内部通讯录", "AppAddressBook": "内部通讯录",
"AppNavConfig": "小程序导航配置", "AppNavConfig": "小程序导航配置",
"AppConvenienceAddressBook": "便民通讯录" "AppConvenienceAddressBook": "便民通讯录",
"AppQuestionBank": "党史题库"
} }