Files
pgserver3.0/pgapp/pages.json
annnj-company 130c1026c4 first commit
2026-04-17 18:29:53 +08:00

226 lines
4.9 KiB
JSON

{
"pages": [{
"path": "pages/login",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/index",
"style": {
"navigationBarTitleText": "智能云评估平台移动端",
"navigationStyle": "custom"
}
}, {
"path": "pages/work/index",
"style": {
"navigationBarTitleText": "工作台"
}
}, {
"path": "pages/inquiry/index",
"style": {
"navigationBarTitleText": "询价管理"
}
}, {
"path": "pages/survey/index",
"style": {
"navigationBarTitleText": "查勘管理"
}
}, {
"path": "pages/survey/houseDetail",
"style": {
"navigationBarTitleText": "查勘详情(住宅)",
"app-plus": {
"titleNView": {
"buttons": [{
"type": "menu"
}
]
}
}
}
}, {
"path": "pages/survey/shopDetail",
"style": {
"navigationBarTitleText": "查勘详情(商业)",
"app-plus": {
"titleNView": {
"buttons": [{
"type": "menu"
}
]
}
}
}
}, {
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的"
}
}, {
"path": "pages/mine/avatar/index",
"style": {
"navigationBarTitleText": "修改头像"
}
}, {
"path": "pages/mine/info/index",
"style": {
"navigationBarTitleText": "个人信息"
}
}, {
"path": "pages/mine/info/edit",
"style": {
"navigationBarTitleText": "编辑资料"
}
}, {
"path": "pages/mine/pwd/index",
"style": {
"navigationBarTitleText": "修改密码"
}
}, {
"path": "pages/mine/setting/index",
"style": {
"navigationBarTitleText": "应用设置"
}
}, {
"path": "pages/mine/help/index",
"style": {
"navigationBarTitleText": "常见问题"
}
}, {
"path": "pages/mine/about/index",
"style": {
"navigationBarTitleText": "关于我们"
}
}, {
"path": "pages/common/webview/index",
"style": {
"navigationBarTitleText": "浏览网页"
}
}, {
"path": "pages/common/textview/index",
"style": {
"navigationBarTitleText": "浏览文本"
}
}, {
"path": "pages/inquiry/addInquiry",
"style": {
"navigationBarTitleText": "发起询价",
"app-plus": {
"titleNView": {
"buttons": [{
"type": "menu"
}
]
}
}
}
}, {
"path": "pages/inquiry/surveyApply",
"style": {
"navigationBarTitleText": "发起查勘",
"app-plus": {
"titleNView": {
"buttons": [{
"type": "menu"
}
]
}
}
}
},{
"path": "pages/inquiry/createReportApply",
"style": {
"navigationBarTitleText": "生成报告",
"app-plus": {
"titleNView": {
"buttons": [{
"type": "menu"
}
]
}
}
}
},
{
"path" : "pages/inquiry/detail",
"style" :
{
"navigationBarTitleText": "询价详情",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/automatic/index",
"style" :
{
"navigationBarTitleText": "房价评估",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/automatic/detail",
"style" :
{
"navigationBarTitleText": "评估详情",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/automatic/list",
"style" :
{
"navigationBarTitleText": "评估记录",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/inquiry/historyList",
"style" :
{
"navigationBarTitleText": "历史询价",
"enablePullDownRefresh": false
}
}
],
"usingComponents": {
"uni-popup": "@dcloudio/uni-popup/uni-popup"
},
"tabBar": {
"color": "#000000",
"selectedColor": "#000000",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
/*{
"pagePath": "pages/index",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home_.png",
"text": "首页"
}, */{
"pagePath": "pages/work/index",
"iconPath": "static/images/tabbar/work.png",
"selectedIconPath": "static/images/tabbar/work_.png",
"text": "工作台"
}/*,
{
"pagePath": "pages/mine/index",
"iconPath": "static/images/tabbar/mine.png",
"selectedIconPath": "static/images/tabbar/mine_.png",
"text": "我的"
}*/]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Evasys",
"navigationBarBackgroundColor": "#FFFFFF"
}
}