在uniapp的pages.json中添加
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "xxxx平台",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
"enableInPageRenderInput": "YES"
},