130 lines
3.0 KiB
JSON
130 lines
3.0 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/userCenter/userCenter",
|
|
"pages/register/register",
|
|
"pages/bindingBack/bindingBack",
|
|
"pages/contract/contract",
|
|
"pages/contract/detail",
|
|
"pages/auditingPop/jointlySign",
|
|
"pages/auditingPop/transfer",
|
|
"pages/auditingPop/toExamine",
|
|
"pages/auditingPop/reject",
|
|
"pages/publicity/publicity",
|
|
"pages/publicity/publicityDetail",
|
|
"pages/investment/investment",
|
|
"pages/investment/investmentDetail",
|
|
"pages/suggestion/suggestion",
|
|
"pages/suggestion/suggestionDetail",
|
|
"pages/webview/webview",
|
|
"pages/businessApproval/businessApproval",
|
|
"pages/businessApproval/productDetail",
|
|
"pages/everdayRenven/index",
|
|
"pages/everdayRenven/detail"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pages/tender",
|
|
"pages": [
|
|
"tender",
|
|
"tenderRecord",
|
|
"tenderAlteration",
|
|
"decisionRecord"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/mbwa",
|
|
"pages": [
|
|
"mbwa",
|
|
"mbwaUnCheck",
|
|
"mbwaDetail",
|
|
"mbwaUpload"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/serviceAreaReimbursement",
|
|
"pages": [
|
|
"serviceAreaReimbursement",
|
|
"travelExpense",
|
|
"reimbursement",
|
|
"paymentApproval",
|
|
"fundAppropriation"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/dataSummary",
|
|
"pages": [
|
|
"dataSummary",
|
|
"dayDetail",
|
|
"detail"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/askForLeave",
|
|
"pages": [
|
|
"askForLeave",
|
|
"detail",
|
|
"newLeave",
|
|
"newLeave2"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/officialDocManagement",
|
|
"pages": [
|
|
"officialDocManagement",
|
|
"detail",
|
|
"readerList",
|
|
"circulate"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/expenseApproval",
|
|
"pages": [
|
|
"expenseApproval",
|
|
"reimbursement",
|
|
"travelExpense",
|
|
"travelExcessive",
|
|
"publicTransportation",
|
|
"bigPay",
|
|
"administrative",
|
|
"officialEntertaining",
|
|
"engineering",
|
|
"budget",
|
|
"fixedAssets",
|
|
"internalTransfer",
|
|
"getPayment",
|
|
"checkRecipients"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"backgroundColor": "#f9f9f9"
|
|
},
|
|
"tabBar": {
|
|
"color": "#474647",
|
|
"selectedColor": "#3295f9",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/images/tab/home.png",
|
|
"selectedIconPath": "static/images/tab/homeActive.png",
|
|
"text": "办公"
|
|
},
|
|
{
|
|
"pagePath": "pages/userCenter/userCenter",
|
|
"iconPath": "static/images/tab/user.png",
|
|
"selectedIconPath": "static/images/tab/userActive.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {
|
|
"no-found": "/components/warning"
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
} |