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.
134 lines
2.6 KiB
134 lines
2.6 KiB
2 months ago
|
{
|
||
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
|
{
|
||
|
"path": "pages/index/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "智慧环保"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/index/off_reg",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "部门申请"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/index/ent_reg",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "企业注册"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/task/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "执法任务"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/task/list",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "任务列表"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/task/item",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "任务详情"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/ent/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "环保企业"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/ent/info",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "企业详情"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/public/sug",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "投诉建议"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/user/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "个人中心"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/user/edit",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "编辑资料"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/user/notif",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "消息通知"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/user/law",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "政策法规"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/user/task",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "任务记录"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/AI/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "AI"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"globalStyle": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "智慧环保",
|
||
|
"navigationBarBackgroundColor": "#FFF",
|
||
|
"backgroundColor": "#FFF"
|
||
|
},
|
||
|
|
||
|
"uniIdRouter": {},
|
||
|
|
||
|
"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": "我的"
|
||
|
}]
|
||
|
}
|
||
|
}
|