持续集成分支

This commit is contained in:
aixianling
2024-10-31 14:34:57 +08:00
parent 6a833be062
commit 8c56cf808b
2165 changed files with 4116 additions and 8716 deletions

View File

@@ -0,0 +1,45 @@
<template>
<div class="AppPageMessage">
<AiListPage :label="label" :appList="appList" :headerBg="headerBg" />
</div>
</template>
<script>
export default {
name: 'AppPageMessage',
appName: '多级治理',
data() {
return {
label: '多级治理',
appList: [
{
name: '数据总览',
icon: require('./img/shgk.png'),
url: '../AppDataScreening/AppDataScreening'
},
{
name: '群发通知',
icon: require('./img/hytz.png'),
url: '../AppMessageNotification/AppMessageNotification'
},
],
headerBg: require('./img/header-bg.png'),
}
},
onShow() {
document.title = '多级治理'
},
methods: {
},
}
</script>
<style lang="scss" scoped>
uni-page-body{
height: 100%;
}
.AppPageMessage{
height: 100%;
}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB