You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
256 lines
4.4 KiB
256 lines
4.4 KiB
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/release/index",
|
|
"style": {
|
|
"navigationBarTitleText": "发布" // 隐藏系统导航栏
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/index",
|
|
"style": {
|
|
"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/personal",
|
|
"style": {
|
|
"navigationBarTitleText": "个人信息" // 隐藏系统导航栏
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/about",
|
|
"style" :
|
|
{
|
|
"navigationStyle": "custom" //
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/rule",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "协议规则"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/feedList",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "反馈记录"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/feedback",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "问题反馈"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/feedDetails",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "反馈详情"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/verification",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "实名认证"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/collect",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "我的关注"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/release",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "我的发布"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/wallet",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "我的钱包"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/withdrawal",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "申请提现"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/verificationList",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "提现记录"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/index/search",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "搜索"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/payList",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "支付记录"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/phone",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "更改手机号"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/history",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "浏览记录"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/mycollect",
|
|
"style" :
|
|
{
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/site",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "设置"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/password",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "设置密码"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/release/detail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "详情"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/zizhi",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "资质证明"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/info",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "事件信息"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/like",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "我的收藏"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/protocol",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/view/webview",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/view/outer",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/index/searchList",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "搜索结果"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/releaseEdit",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "编辑"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "征信网",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"backgroundColor": "#EBEDEC"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#00C6A9",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/icon-01.png",
|
|
"selectedIconPath": "static/icon-01-on.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/release/index",
|
|
"iconPath": "static/icon-02.png",
|
|
"selectedIconPath": "static/icon-02.png",
|
|
"text": "发布"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/index",
|
|
"iconPath": "static/icon-03.png",
|
|
"selectedIconPath": "static/icon-03-on.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|
|
|