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.
53 lines
1.4 KiB
53 lines
1.4 KiB
3 years ago
|
{
|
||
|
"pages": [
|
||
|
"pages/login/login",
|
||
|
"pages/user/changePassword/changePassword",
|
||
|
"pages/demo/demo",
|
||
|
"pages/task/details",
|
||
|
"pages/task/taskreceive",
|
||
|
"pages/index/index",
|
||
|
"pages/user/user",
|
||
|
"pages/dadui/jiancha/jiancha",
|
||
|
"pages/dadui/jiuyuan/jiuyuan",
|
||
|
"pages/task/taskapply"
|
||
|
],
|
||
|
"subPackages": [],
|
||
|
"window": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "uni-app",
|
||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#353535",
|
||
|
"selectedColor": "#5187FF",
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "pages/index/index",
|
||
|
"iconPath": "static/tab/43251.png",
|
||
|
"selectedIconPath": "static/tab/4325.png",
|
||
|
"text": "工作任务"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/task/taskapply",
|
||
|
"iconPath": "static/tab/43281.png",
|
||
|
"selectedIconPath": "static/tab/4328.png",
|
||
|
"text": "申请"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/task/taskreceive",
|
||
|
"iconPath": "static/tab/43281.png",
|
||
|
"selectedIconPath": "static/tab/4328.png",
|
||
|
"text": "领取"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/user/user",
|
||
|
"iconPath": "static/tab/user.png",
|
||
|
"selectedIconPath": "static/tab/user1.png",
|
||
|
"text": "我的"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"usingComponents": {},
|
||
|
"sitemapLocation": "sitemap.json"
|
||
|
}
|