uniapp cancels the navigation bar to make the page full

join in App.vue page

/* #ifdef H5*/
uni-page-head {
    
     display: none; }
/* #endif */

uni-page-head[uni-page-head-type=default]~uni-page-wrapper{
    
    
	height: 100vh;
}

existpages.json

	"globalStyle": {
    
    
	
		"app-plus": {
    
    
	
			"titleNVie": false
		},
		"h5": {
    
    
		
			"titleNVie": false
		}
	}

Guess you like

Origin blog.csdn.net/w710537643/article/details/131824825