Skip to content

Commit

Permalink
修改启动配置,加速启动
Browse files Browse the repository at this point in the history
  • Loading branch information
google-group committed Aug 23, 2021
1 parent 9a185a5 commit 6e65a60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions App.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<script>
export default {
onLaunch: function() {
console.log('App Launch')
plus.navigator.closeSplashscreen()
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3,
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"alwaysShowBeforeRender" : false,
"waiting" : true,
"autoclose" : true,
"delay" : 0
Expand Down

0 comments on commit 6e65a60

Please sign in to comment.