路由页面
This commit is contained in:
54
src/apps/AppPageParty/AppPageParty.vue
Normal file
54
src/apps/AppPageParty/AppPageParty.vue
Normal file
@@ -0,0 +1,54 @@
|
||||
<template>
|
||||
<div class="AppPageParty">
|
||||
<AppListPage :label="label" :appList="appList" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AppListPage from '@/components/AppListPage/AppListPage'
|
||||
export default {
|
||||
name: 'AppPageParty',
|
||||
appName: '工作台(基层党建)',
|
||||
components: { AppListPage },
|
||||
data() {
|
||||
return {
|
||||
label: '基层党建',
|
||||
appList: [
|
||||
{
|
||||
name: '三会一课',
|
||||
icon: require('./img/shyk.png'),
|
||||
url: '../party/AppThreeSessions/AppThreeSessions'
|
||||
},
|
||||
{
|
||||
name: '党建要闻',
|
||||
icon: require('./img/djyw.png'),
|
||||
url: '../AppServicePublic/AppServicePublic?moduleId=95f0f1c509e44d528069bc9f9dc19e53'
|
||||
},
|
||||
{
|
||||
name: '党员学习',
|
||||
icon: require('./img/dyxx.png'),
|
||||
url: '../party/AppPartyStudy/AppPartyStudy'
|
||||
},
|
||||
{
|
||||
name: '在线答题',
|
||||
icon: require('./img/zxdt.png'),
|
||||
url: '../party/AppOnlineAnswer/AppOnlineAnswer'
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
uni-page-body{
|
||||
height: 100%;
|
||||
}
|
||||
.AppPageParty{
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
BIN
src/apps/AppPageParty/img/djyw.png
Normal file
BIN
src/apps/AppPageParty/img/djyw.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 118 KiB |
BIN
src/apps/AppPageParty/img/dyxx.png
Normal file
BIN
src/apps/AppPageParty/img/dyxx.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 100 KiB |
BIN
src/apps/AppPageParty/img/shyk.png
Normal file
BIN
src/apps/AppPageParty/img/shyk.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
BIN
src/apps/AppPageParty/img/zxdt.png
Normal file
BIN
src/apps/AppPageParty/img/zxdt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
Reference in New Issue
Block a user