只允许竖屏
parent
b17fe89b16
commit
bd73933614
|
|
@ -7,6 +7,7 @@ export default {
|
|||
userStore.fetchUserInfo()
|
||||
}
|
||||
// #ifdef APP-PLUS
|
||||
plus.screen.lockOrientation('portrait-primary')
|
||||
if (userStore.isLogin) {
|
||||
plus.navigator.closeSplashscreen()
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"prompt" : "none"
|
||||
}
|
||||
|
|
@ -98,6 +98,10 @@
|
|||
"spotlight@3x" : "unpackage/res/icons/120x120.png"
|
||||
}
|
||||
}
|
||||
},
|
||||
"splashscreen" : {
|
||||
"androidStyle" : "common",
|
||||
"useOriginalMsgbox" : false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue