307 lines
7.4 KiB
JSON
307 lines
7.4 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "首页"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/chat/index",
|
||
"style": {
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "会话页"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/mine/index",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "我的"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/index",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "登录页"
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "物业综合管理平台",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"tabBar": {
|
||
"borderStyle": "black",
|
||
"backgroundColor": "#fff",
|
||
"color": "#989898",
|
||
"selectedColor": "#37A5FF",
|
||
"fontSize": "12px",
|
||
"list": [{
|
||
"pagePath": "pages/index/index",
|
||
"iconPath": "static/tabbar/home.png",
|
||
"selectedIconPath": "static/tabbar/home_select.png",
|
||
"text": "首页"
|
||
},
|
||
{
|
||
"pagePath": "pages/chat/index",
|
||
"iconPath": "static/tabbar/chat.png",
|
||
"selectedIconPath": "static/tabbar/chat_select.png",
|
||
"text": "会话"
|
||
},
|
||
{
|
||
"pagePath": "pages/mine/index",
|
||
"iconPath": "static/tabbar/mine.png",
|
||
"selectedIconPath": "static/tabbar/mine_select.png",
|
||
"text": "我的"
|
||
}
|
||
]
|
||
},
|
||
"uniIdRouter": {},
|
||
"subPackages": [{
|
||
"root": "pagesA",
|
||
"pages": [{
|
||
"path": "task_hall/list",
|
||
"style": {
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "工单大厅"
|
||
}
|
||
}, {
|
||
"path": "task_hall/detail",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "工单详情"
|
||
}
|
||
}, {
|
||
"path": "my_order/list",
|
||
"style": {
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "我的工单"
|
||
}
|
||
},
|
||
{
|
||
"path": "my_order/detail",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "我的工单详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "course/detail",
|
||
"style": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "视频详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "chat/index",
|
||
"style": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "聊天详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "warehousing/index",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "入库页面"
|
||
}
|
||
},
|
||
{
|
||
"path": "verification/index",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "核销页面"
|
||
}
|
||
},
|
||
{
|
||
"path": "verification/history",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "核销历史记录"
|
||
}
|
||
},
|
||
{
|
||
"path": "verification/historyDetail",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "核销历史记录详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "message/index",
|
||
"style": {
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "消息列表"
|
||
}
|
||
},
|
||
{
|
||
"path": "invite/index",
|
||
"style": {
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "邀请业主"
|
||
}
|
||
}
|
||
]
|
||
|
||
}, {
|
||
"root": "pagesB",
|
||
"pages": [{
|
||
"path": "complaint/index",
|
||
"style": {
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "投诉管理"
|
||
}
|
||
}, {
|
||
"path": "complaint/detail",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "投诉管理详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "questionnaire/list",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "问卷列表"
|
||
}
|
||
},
|
||
{
|
||
"path": "questionnaire/detail",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "问卷详情"
|
||
}
|
||
}, {
|
||
"path": "call/index",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "物业催缴"
|
||
}
|
||
},
|
||
{
|
||
"path": "housing/list",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "房源管理"
|
||
}
|
||
},
|
||
{
|
||
"path": "housing/detail",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "房源详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "permissions/villageList",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "小区列表"
|
||
}
|
||
},
|
||
{
|
||
"path": "permissions/staffList",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "员工列表"
|
||
}
|
||
},
|
||
{
|
||
"path": "permissions/addStaff",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "添加员工"
|
||
}
|
||
},
|
||
{
|
||
"path": "agreement/index",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "用户协议隐私政策"
|
||
}
|
||
},
|
||
{
|
||
"path": "setting/index",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "用户协议隐私政策"
|
||
}
|
||
},
|
||
{
|
||
"path": "setting/editInfo",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "用户协议隐私政策"
|
||
}
|
||
}
|
||
]
|
||
}],
|
||
"condition": {
|
||
"current": 0, // 当前激活的条件,默认为 0
|
||
"list": [{
|
||
"name": "", // 条件名称
|
||
"path": "", // 要打开的页面路径
|
||
"query": "" // 可选的页面参数
|
||
}]
|
||
}
|
||
} |