Files
app-govern/pages.json

419 lines
9.1 KiB
JSON
Raw Normal View History

2023-01-11 16:33:13 +08:00
{
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
2023-02-01 16:59:32 +08:00
"navigationBarTitleText": "灿能电力"
2023-01-11 16:33:13 +08:00
}
},
{
2023-02-09 08:50:01 +08:00
"path": "pages/index/message",
2023-01-11 16:33:13 +08:00
"style": {
2023-02-09 08:50:01 +08:00
"navigationBarTitleText": "消息"
2023-01-11 16:33:13 +08:00
}
},
{
"path": "pages/index/mine",
"style": {
2023-02-07 17:59:54 +08:00
"navigationStyle": "custom"
2023-01-11 16:33:13 +08:00
}
},
2023-01-12 10:03:25 +08:00
{
2023-01-13 16:32:56 +08:00
"path": "pages/mine/agreement",
2023-01-12 10:03:25 +08:00
"style": {
"navigationBarTitleText": "用户协议"
}
},
{
2023-01-13 16:32:56 +08:00
"path": "pages/mine/policy",
2023-01-12 10:03:25 +08:00
"style": {
"navigationBarTitleText": "个人信息保护政策"
}
},
2023-01-11 16:33:13 +08:00
{
2023-01-13 16:32:56 +08:00
"path": "pages/user/login",
2023-01-11 16:33:13 +08:00
"style": {
"navigationBarTitleText": "登录"
}
},
{
2023-01-13 16:32:56 +08:00
"path": "pages/user/forget",
2023-01-11 16:33:13 +08:00
"style": {
"navigationBarTitleText": "忘记密码"
}
2023-01-12 10:03:25 +08:00
},
{
2023-01-13 16:32:56 +08:00
"path": "pages/user/register",
2023-01-12 10:03:25 +08:00
"style": {
"navigationBarTitleText": "快速注册"
}
},
{
2023-01-13 16:32:56 +08:00
"path": "pages/user/changePwd",
2023-01-12 10:03:25 +08:00
"style": {
"navigationBarTitleText": "修改密码"
}
},
2023-01-13 16:32:56 +08:00
{
"path": "pages/user/changePhone",
"style": {
"navigationBarTitleText": "修改手机号"
}
},
2023-01-12 10:03:25 +08:00
{
"path": "pages/mine/setup",
"style": {
"navigationBarTitleText": "设置"
}
2023-01-13 16:32:56 +08:00
},
{
"path": "pages/mine/setupMessage",
"style": {
"navigationBarTitleText": "消息配置"
}
},
{
"path": "pages/mine/system",
"style": {
"navigationBarTitleText": "系统介绍"
}
},
{
"path": "pages/mine/company",
"style": {
"navigationBarTitleText": "公司介绍"
}
},
{
"path": "pages/mine/about",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path": "pages/mine/upgrade",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path": "pages/mine/message",
"style": {
"navigationBarTitleText": "个人消息"
}
2023-02-01 16:59:32 +08:00
},
{
"path": "pages/device/list",
"style": {
"navigationBarTitleText": "设备列表"
}
},
{
"path": "pages/device/new",
"style": {
"navigationBarTitleText": "新设备"
}
2023-02-06 13:34:15 +08:00
},
{
2023-02-10 09:16:17 +08:00
"path": "pages/device/APF/detail",
2023-02-06 13:34:15 +08:00
"style": {
2023-02-23 08:44:46 +08:00
"navigationBarTitleText": "APF 设备名称 + 型号"
2023-02-06 13:34:15 +08:00
}
2023-02-07 17:59:54 +08:00
},
{
2023-02-10 09:16:17 +08:00
"path": "pages/device/DVR/detail",
2023-02-09 16:37:53 +08:00
"style": {
2023-02-23 08:44:46 +08:00
"navigationBarTitleText": "DVR 设备名称 + 型号"
2023-02-09 16:37:53 +08:00
}
},
{
2023-02-10 09:16:17 +08:00
"path": "pages/device/APF/record",
2023-02-07 17:59:54 +08:00
"style": {
"navigationBarTitleText": "操作记录"
}
},
{
2023-02-20 14:19:28 +08:00
"path": "pages/device/DVR/record",
"style": {
"navigationBarTitleText": "操作记录"
}
},
2023-02-09 16:37:53 +08:00
{
2023-02-10 09:16:17 +08:00
"path": "pages/device/APF/report",
2023-02-07 17:59:54 +08:00
"style": {
2023-02-28 16:39:58 +08:00
"navigationBarTitleText": "告警情况",
"navigationStyle": "custom"
2023-02-07 17:59:54 +08:00
}
},
{
2023-02-20 14:19:28 +08:00
"path": "pages/device/DVR/report",
"style": {
2023-02-28 16:39:58 +08:00
"navigationBarTitleText": "告警情况",
"navigationStyle": "custom"
2023-02-20 14:19:28 +08:00
}
},
2023-02-09 16:37:53 +08:00
{
2023-02-10 09:16:17 +08:00
"path": "pages/device/APF/about",
2023-02-07 17:59:54 +08:00
"style": {
"navigationBarTitleText": "关于"
}
},
2023-02-09 16:37:53 +08:00
{
2023-02-20 14:19:28 +08:00
"path": "pages/device/DVR/about",
"style": {
"navigationBarTitleText": "关于"
}
},
2023-02-07 17:59:54 +08:00
{
"path": "pages/gateway/list",
"style": {
"navigationBarTitleText": "网关列表"
}
},
{
"path": "pages/gateway/new",
"style": {
"navigationBarTitleText": "添加网关"
}
},
{
"path": "pages/gateway/newDevice",
"style": {
"navigationBarTitleText": "通过网关添加设备"
}
2023-02-09 08:50:01 +08:00
},
{
"path": "pages/message/incident",
"style": {
2023-02-27 14:56:08 +08:00
"navigationBarTitleText": "暂态事件"
}
},
2023-02-28 08:49:16 +08:00
{
"path": "pages/message/incidentDetail",
"style": {
"navigationBarTitleText": "暂态事件详情"
}
},
2023-02-27 14:56:08 +08:00
{
"path": "pages/message/term",
"style": {
"navigationBarTitleText": "终端状态消息"
}
},
{
"path": "pages/message/termList",
"style": {
"navigationBarTitleText": "异常终端列表"
}
},
{
"path": "pages/message/termDetail",
"style": {
"navigationBarTitleText": "异常终端详情"
2023-02-09 08:50:01 +08:00
}
},
{
"path": "pages/message/report",
"style": {
2023-02-27 14:56:08 +08:00
"navigationBarTitleText": "稳态越限"
2023-02-09 08:50:01 +08:00
}
},
{
"path": "pages/message/system",
"style": {
2023-02-27 14:56:08 +08:00
"navigationBarTitleText": "系统消息"
2023-02-09 08:50:01 +08:00
}
2023-02-09 16:37:53 +08:00
},
{
"path": "pages/device/transfer",
"style": {
"navigationBarTitleText": "移交"
}
},
{
2023-03-09 13:50:45 +08:00
"path": "pages/home/feedback",
2023-02-09 16:37:53 +08:00
"style": {
"navigationBarTitleText": "提交反馈"
}
},
{
"path": "pages/message/feedback",
"style": {
"navigationBarTitleText": "反馈列表"
}
},
{
"path": "pages/mine/feedback",
"style": {
"navigationBarTitleText": "提交反馈"
}
2023-02-10 16:32:41 +08:00
},
{
"path": "pages/device/user",
"style": {
"navigationBarTitleText": "子用户"
}
},
{
"path": "pages/mine/user",
"style": {
"navigationBarTitleText": "子用户"
}
},
{
"path": "pages/mine/userDetail",
"style": {
"navigationBarTitleText": "用户设备"
}
},
{
"path": "pages/user/basic",
"style": {
"navigationBarTitleText": "个人信息"
}
},
{
"path": "pages/user/head",
"style": {
"navigationBarTitleText": "更换头像"
}
},
{
"path": "pages/user/changeName",
"style": {
"navigationBarTitleText": "修改昵称"
}
2023-02-15 16:32:21 +08:00
},
{
2023-02-20 14:19:28 +08:00
"path": "pages/project/list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/project/new",
"style": {
"navigationBarTitleText": "新增项目"
}
},
{
"path": "pages/user/erweima",
"style": {
"navigationBarTitleText": "我的二维码"
}
},
{
"path": "pages/project/detail",
2023-02-15 16:32:21 +08:00
"style": {
2023-02-20 14:19:28 +08:00
"navigationBarTitleText": "项目详情"
2023-02-15 16:32:21 +08:00
}
2023-02-23 08:44:46 +08:00
},
{
"path": "pages/gateway/detail",
"style": {
"navigationBarTitleText": "网关详情"
}
2023-02-28 14:03:38 +08:00
},
{
"path": "pages/message/reportList",
"style": {
"navigationBarTitleText": "越限监测点列表"
}
},
{
"path": "pages/message/reportDetail",
"style": {
"navigationBarTitleText": "越限监测点详情"
}
},
{
"path": "pages/project/transfer",
"style": {
"navigationBarTitleText": "项目移交"
}
2023-02-28 16:39:58 +08:00
},
{
"path": "pages/mine/audit",
"style": {
"navigationBarTitleText": "角色升级审核"
}
2023-03-01 08:48:52 +08:00
},
{
"path": "pages/zhuanzhi/warning",
"style": {
"navigationBarTitleText": "报警设备"
}
2023-03-09 13:50:45 +08:00
},
{
"path": "pages/message/feedbackDetail",
"style": {
"navigationBarTitleText": "反馈详情"
}
},
{
"path": "pages/home/service",
"style": {
"navigationBarTitleText": "联系客服"
}
2023-03-13 10:15:16 +08:00
},
{
"path": "pages/mine/book",
"style": {
"navigationBarTitleText": "使用手册"
}
},
{
"path": "pages/mine/database",
"style": {
"navigationBarTitleText": "资料库"
}
2023-01-11 16:33:13 +08:00
}
],
"tabBar": {
"color": "#979797",
2023-01-13 16:32:56 +08:00
"selectedColor": "#376cf3",
2023-01-11 16:33:13 +08:00
"borderStyle": "black",
2023-02-07 17:59:54 +08:00
"backgroundColor": "#fff",
2023-01-11 16:33:13 +08:00
"spacing": "5px",
"iconWidth": "20px",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/index.png",
"selectedIconPath": "static/index2.png",
2023-02-01 16:59:32 +08:00
"text": "首页"
2023-01-11 16:33:13 +08:00
},
{
2023-02-09 08:50:01 +08:00
"pagePath": "pages/index/message",
"iconPath": "static/notice.png",
"selectedIconPath": "static/notice2.png",
"text": "消息"
2023-01-11 16:33:13 +08:00
},
{
"pagePath": "pages/index/mine",
2023-01-12 10:03:25 +08:00
"iconPath": "static/mine.png",
2023-01-11 16:33:13 +08:00
"selectedIconPath": "static/mine2.png",
"text": "个人"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "灿能电力",
2023-02-20 14:19:28 +08:00
"navigationBarBackgroundColor": "#ffffff",
2023-03-14 09:09:05 +08:00
"backgroundColor": "#f3f4f5"
2023-01-11 16:33:13 +08:00
// #ifdef H5
2023-03-14 09:09:05 +08:00
,
2023-01-11 16:33:13 +08:00
"navigationStyle": "custom"
// #endif
},
"uniIdRouter": {},
"easycom": {
"autoscan": true,
"custom": {
"^rc-(.*)": "@/components/Cn-$1/Cn-$1.vue"
}
}
}