{
"pages": [
"pages/index/index",
"pages/index/poster-index",
"pages/index/cates-tree",
"pages/index/cates",
"pages/vip/vip",
"pages/vip/pay-result",
"pages/my/my",
"pages/message/list",
"pages/index/classic",
"pages/user/login",
"pages/user/home",
"pages/my/discuss",
"pages/my/topic",
"pages/my/thumb",
"pages/message/message",
"pages/my/fans",
"pages/my/follow",
"pages/more/more",
"pages/user/edit-info/edit",
"pages/user/edit-info/submit",
"pages/jump/jump",
"pages/webview/webview",
"pages/webview/meditor",
"pages/webview/helpdoc",
"pages/user/sms-login",
"pages/search/search",
"pages/actdesign/h5view",
"pages/actdesign/imgview"
],
"subPackages": [
{
"root": "pack-poster",
"pages": [
"pages/diy-poster/diy-poster"
]
},
{
"root": "pack-sub",
"pages": [
"pages/admin/approvedocs",
"pages/my/vipcoupon",
"pages/my/post",
"pages/chat/chat",
"pages/choose-topic/choose-topic",
"pages/discuss/detail",
"pages/discuss/list",
"pages/discuss/add",
"pages/topic/info-edit",
"pages/topic/list",
"pages/topic/detail",
"pages/topic/add/add",
"pages/topic/class-list",
"pages/topic/topic-user",
"pages/topic/add/shoose-class",
"pages/topic/admin",
"pages/vote/vote",
"pages/choose-discuss/choose-discuss",
"pages/my/viporder",
"pages/my/star",
"pages/my/download",
"pages/my/poster",
"pages/post/add",
"pages/post/detail",
"pages/post/video-detail",
"pages/pointshop/pointshop",
"pages/meditor/editor-result"
]
}
],
"window": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "xxxx",
"navigationBarBackgroundColor": "#f9667f",
"backgroundColor": "#ffffff"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#2c2c2c",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home-1.png",
"selectedIconPath": "static/tabbar/home.png",
"text": "11"
},
{
"pagePath": "pages/index/poster-index",
"iconPath": "static/tabbar/poster-1.png",
"selectedIconPath": "static/tabbar/poster.png",
"text": "xxx"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/tabbar/my-1.png",
"selectedIconPath": "static/tabbar/my.png",
"text": "bb"
}
]
},
"component2": true,
"usingComponents": {
"global-utility": "/components/global-utility/global-utility"
}
}
app.json 全部没有 custom 的 navigationStyle 了,为啥还提示
上传失败
当前小程序还未申请自定义导航栏的权限。
若需要使用自定义导航栏,可前往【相关问题】查看详情。目前可以点击下方【调整代码为标准导航栏设置】临时解决???