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.
64 lines
1.5 KiB
64 lines
1.5 KiB
2 months ago
|
{
|
||
|
"pages": [
|
||
|
"pages/index/index",
|
||
|
"pages/index/off_reg",
|
||
|
"pages/index/ent_reg",
|
||
|
"pages/task/index",
|
||
|
"pages/task/list",
|
||
|
"pages/task/item",
|
||
|
"pages/ent/index",
|
||
|
"pages/ent/info",
|
||
|
"pages/public/sug",
|
||
|
"pages/user/index",
|
||
|
"pages/user/edit",
|
||
|
"pages/user/notif",
|
||
|
"pages/user/law",
|
||
|
"pages/user/task",
|
||
|
"pages/AI/index"
|
||
|
],
|
||
|
"subPackages": [],
|
||
|
"window": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "智慧环保",
|
||
|
"navigationBarBackgroundColor": "#FFF",
|
||
|
"backgroundColor": "#FFF"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#7A7E83",
|
||
|
"selectedColor": "#3cc51f",
|
||
|
"borderStyle": "black",
|
||
|
"backgroundColor": "#ffffff",
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "pages/index/index",
|
||
|
"iconPath": "/static/logo.png",
|
||
|
"selectedIconPath": "/static/logo.png",
|
||
|
"text": "首页"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/task/index",
|
||
|
"iconPath": "/static/logo.png",
|
||
|
"selectedIconPath": "/static/logo.png",
|
||
|
"text": "任务"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/AI/index",
|
||
|
"iconPath": "/static/logo.png",
|
||
|
"selectedIconPath": "/static/logo.png"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/ent/index",
|
||
|
"iconPath": "/static/logo.png",
|
||
|
"selectedIconPath": "/static/logo.png",
|
||
|
"text": "企业"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/user/index",
|
||
|
"iconPath": "/static/logo.png",
|
||
|
"selectedIconPath": "/static/logo.png",
|
||
|
"text": "我的"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"usingComponents": {}
|
||
|
}
|