App.vue
344 Bytes
<script>
export default {
onLaunch(){
// #ifdef APP-PLUS
plus.screen.lockOrientation('portrait-primary');
// #endif
}
}
</script>
<style lang="scss">
/* 注意要写在第一行,同时给style标签加入lang="scss"属性 */
@import "uview-ui/index.scss";
page{
background-color: #F7F7F7;
}
</style>