如下图所示:
反正是有俩标题看着挺难受,直接上方案:
可以在App.vue
中写入一下 css,在 H5 环境下直接隐藏 head
css
/* #ifdef H5 */
uni-page-head {
display: none;
}
/* #endif */