uni-app报错:Invalid prop: custom validator check failed for prop “navigationBarTextStyle“

   日期:2020-07-12     浏览:520    评论:0    
核心提示:完整报错[Vue warn]: Invalid prop: custom validator check failed for prop navigationBarTextStyle.found in---> at App.vue原因官方文档:https://uniapp.dcloud.io/collocation/page

完整报错

[Vue warn]: Invalid prop: custom validator check failed for prop "navigationBarTextStyle".

found in

---> <Page>
       <PagesLogingLoging5>
         <App>
           at App.vue

原因

官方文档:https://uniapp.dcloud.io/collocation/pages?id=globalstyle

这个问题出现在 pages.json 文件中 globalStyle 的配置,由于 参数(navigationBarTextStyle)配置错误 所导致。

解决

我的代码:

"globalStyle": {
	"navigationBarTextStyle": "#1296db",//这里配置错误
	"navigationBarTitleText": "消防项目",
	"navigationBarBackgroundColor": "#1296db",
	"backgroundColor": "#ffffff"
}

应改为:

"globalStyle": {
	"navigationBarTextStyle": "white",//可选值:black / white
	"navigationBarTitleText": "消防项目",
	"navigationBarBackgroundColor": "#1296db",
	"backgroundColor": "#ffffff"
}
 
打赏
 本文转载自:网络 
所有权利归属于原作者,如文章来源标示错误或侵犯了您的权利请联系微信13520258486
更多>最近资讯中心
更多>最新资讯中心
0相关评论

推荐图文
推荐资讯中心
点击排行
最新信息
新手指南
采购商服务
供应商服务
交易安全
关注我们
手机网站:
新浪微博:
微信关注:

13520258486

周一至周五 9:00-18:00
(其他时间联系在线客服)

24小时在线客服