diff --git a/page_adoptBee/adoptIndex.vue b/page_adoptBee/adoptIndex.vue index 8183fd0..ca7d826 100644 --- a/page_adoptBee/adoptIndex.vue +++ b/page_adoptBee/adoptIndex.vue @@ -1,6 +1,11 @@ @@ -8,15 +13,41 @@ export default { data() { return { - + bgc: { + backgroundColor: " #F4FAF8", + }, + title: "添加视频监控", + } + }, + onLoad() { + + }, + onShow() { + }, methods: { - + addApiary(){ + uni.navigateTo({ + url:'/pages/Apiary/AddApiary' + }) + } + } } - + .page { + // position: relative; + width: 750rpx; + + + + + } + \ No newline at end of file