自动化接入

This commit is contained in:
aixianling
2023-01-05 14:33:11 +08:00
parent 4ddf69b6e6
commit b8ff07c733
14 changed files with 229 additions and 111 deletions

View File

@@ -1,13 +1,10 @@
<script>
export default {
onLaunch: function () {
console.log('App Launch')
},
onShow: function () {
console.log('App Show')
},
onHide: function () {
console.log('App Hide')
},
}
</script>