uniapp 取消导航栏 使页面铺满

App.vue 页面
加入

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

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

pages.json

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

你可能感兴趣的:(前端,uni-app)