zlpt_app/pages.json

221 lines
6.7 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path" : "pages/specialInfo/specialInfo",
"style" :
{
"navigationBarTitleText": "资讯"
}
}
,{
"path" : "pages/user/user",
"style" :
{
"navigationBarTitleText": "我的"
}
}
,{
"path" : "pages/message/message",
"style" :
{
"navigationBarTitleText": "消息"
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "登录"
}
}
,{
"path" : "pages/setting/setting",
"style" :
{
"navigationBarTitleText": "设置"
}
}
,{
"path" : "pages/deviceIn/deviceIn",
"style" :
{
"navigationBarTitleText": "装备入驻"
}
}
,{
"path" : "pages/addDriver/addDriver",
"style" :
{
"navigationBarTitleText": "机手新增"
}
}
,{
"path" : "pages/search/search",
"style" :
{
"navigationBarTitleText": "搜索"
}
}
,{
"path" : "pages/personalInfo/personalInfo",
"style" :
{
"navigationBarTitleText": "个人信息"
}
}
,{
"path" : "pages/accountSafety/accountSafety",
"style" :
{
"navigationBarTitleText": "账号与安全"
}
}
,{
"path" : "pages/compAuthInfo/compAuthInfo",
"style" :
{
"navigationBarTitleText": "企业认证信息"
}
}
,{
"path" : "pages/deviceDetail/deviceDetail",
"style" :
{
"navigationBarTitleText": "设备详情"
}
}
,{
"path" : "pages/subLoanInfo/subLoanInfo",
"style" :
{
"navigationBarTitleText": "租用信息提交"
}
}
,{
"path" : "pages/myLoan/myLoan",
"style" :
{
"navigationBarTitleText": "我的承租"
}
}
,{
"path" : "pages/myOffer/myOffer",
"style" :
{
"navigationBarTitleText": "我的租赁"
}
}
,{
"path" : "pages/continueLoan/continueLoan",
"style" :
{
"navigationBarTitleText": "机具续租"
}
}
,{
"path" : "pages/offLoan/offLoan",
"style" :
{
"navigationBarTitleText": "机具退租"
}
}
,{
"path" : "pages/myFavorite/myFavorite",
"style" :
{
"navigationBarTitleText": "我的收藏"
}
}
,{
"path" : "pages/myItem/myItem",
"style" :
{
"navigationBarTitleText": "我的商品"
}
}
,{
"path" : "pages/myDriver/myDriver",
"style" :
{
"navigationBarTitleText": "我的机手",
"app-plus": {
"titleNView": {
"buttons": [
{
"float": "right",
"text": "新增机手",
"fontSize": "16px",
"onclick": "Function"
}
]
}
}
}
}
],
"tabBar": {
"color": "#2c2c2c",
"selectedColor": "#1296db",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"iconWidth": "24px",
"list":
[
{
"pagePath": "pages/index/index",
"iconPath": "static/home.png",
"selectedIconPath": "static/homeSelected.png",
"text": "首页"
},
{
"pagePath": "pages/specialInfo/specialInfo",
"iconPath": "static/info.png",
"selectedIconPath": "static/infoSelected.png",
"text": "资讯"
},
{
"pagePath": "pages/message/message",
"iconPath": "static/message.png",
"selectedIconPath": "static/messageSelected.png",
"text": "消息"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/my.png",
"selectedIconPath": "static/mySelected.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}