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.
96 lines
2.8 KiB
96 lines
2.8 KiB
{ |
|
"pages": [ |
|
"pages/index/index", |
|
"pages/workbench/workbench", |
|
"pages/user/user" |
|
], |
|
"subPackages": [ |
|
{ |
|
"root": "guaranteePages", |
|
"pages": [ |
|
"pages/application/application", |
|
"pages/addApplication/addApplication", |
|
"pages/investigation/investigation", |
|
"pages/assignAB/assignAB", |
|
"pages/investigationSee/investigationSee", |
|
"pages/asset/asset", |
|
"pages/assignCommissioner/assignCommissioner", |
|
"pages/assetSee/assetSee", |
|
"pages/Information/Information", |
|
"pages/assignInformation/assignInformation", |
|
"pages/InformationSee/InformationSee", |
|
"pages/regulation/regulation", |
|
"pages/assignRegulation/assignRegulation", |
|
"pages/regulationSee/regulationSee", |
|
"pages/workMeeting/workMeeting", |
|
"pages/workMeetingSee/workMeetingSee", |
|
"pages/reviewJudges/reviewJudges", |
|
"pages/review/review", |
|
"pages/reviewSee/reviewSee", |
|
"pages/letter/letter", |
|
"pages/letterSee/letterSee", |
|
"pages/payment/payment", |
|
"pages/notice/notice", |
|
"pages/noticeSee/noticeSee", |
|
"pages/paymentSee/paymentSee" |
|
] |
|
}, |
|
{ |
|
"root": "workBenchPages", |
|
"pages": [ |
|
"pages/customer/customer", |
|
"pages/guarantee/guarantee", |
|
"pages/addcustomer/addcustomer", |
|
"pages/aboutUs/aboutUs", |
|
"pages/personalInfo/personalInfo", |
|
"pages/bindPhone/bindPhone", |
|
"pages/statistics/statistics", |
|
"pages/refuse/refuse", |
|
"pages/efficiency/efficiency" |
|
] |
|
} |
|
], |
|
"window": { |
|
"navigationBarTextStyle": "black", |
|
"navigationBarTitleText": "uni-app", |
|
"navigationBarBackgroundColor": "#F8F8F8", |
|
"backgroundColor": "#F8F8F8", |
|
"backgroundColorTop": "#FFFFFF" |
|
}, |
|
"tabBar": { |
|
"color": "#707070", |
|
"selectedColor": "#00B9FF", |
|
"borderStyle": "black", |
|
"backgroundColor": "#FFF", |
|
"list": [ |
|
{ |
|
"pagePath": "pages/index/index", |
|
"iconPath": "static/img/icon_4_blue.png", |
|
"selectedIconPath": "static/img/icon_4.png", |
|
"text": "待办事项" |
|
}, |
|
{ |
|
"pagePath": "pages/workbench/workbench", |
|
"iconPath": "static/img/icon_5.png", |
|
"selectedIconPath": "static/img/icon_5_blue.png", |
|
"text": "工作台" |
|
}, |
|
{ |
|
"pagePath": "pages/user/user", |
|
"iconPath": "static/img/icon_2.png", |
|
"selectedIconPath": "static/img/icon_2_blue.png", |
|
"text": "我的" |
|
} |
|
] |
|
}, |
|
"uniStatistics": { |
|
"enable": true |
|
}, |
|
"usingComponents": { |
|
"ly-tree-node": "/components/ly-tree/ly-tree-node", |
|
"mescroll-body": "/components/mescroll-uni/mescroll-body", |
|
"mescroll-uni": "/components/mescroll-uni/mescroll-uni", |
|
"cu-custom": "/colorui/components/cu-custom" |
|
}, |
|
"sitemapLocation": "sitemap.json" |
|
} |