Files
app-govern/pages.json
2023-01-16 10:52:17 +08:00

212 lines
4.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "主页"
}
},
{
"path": "pages/index/report",
"style": {
"navigationBarTitleText": "告警"
}
},
{
"path": "pages/index/mine",
"style": {
"navigationBarTitleText": "个人"
}
},
{
"path": "pages/mine/agreement",
"style": {
"navigationBarTitleText": "用户协议"
}
},
{
"path": "pages/mine/policy",
"style": {
"navigationBarTitleText": "个人信息保护政策"
}
},
{
"path": "pages/user/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/user/forget",
"style": {
"navigationBarTitleText": "忘记密码"
}
},
{
"path": "pages/user/register",
"style": {
"navigationBarTitleText": "快速注册"
}
},
{
"path": "pages/user/changePwd",
"style": {
"navigationBarTitleText": "修改密码"
}
},
{
"path": "pages/user/changePhone",
"style": {
"navigationBarTitleText": "修改手机号"
}
},
{
"path": "pages/mine/setup",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"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": "个人消息"
}
},
{
"path": "pages/home/zantaishijian",
"style": {
"navigationBarTitleText": "暂态事件"
}
},
{
"path": "pages/home/zantaishijianDetail",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pages/home/wentaiyuexian",
"style": {
"navigationBarTitleText": "稳态越限"
}
},
{
"path": "pages/home/wentaiyuexianjiancedian",
"style": {
"navigationBarTitleText": "越限监测点"
}
},
{
"path": "pages/home/wentaiyuexianjiancedianDetail",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pages/home/zhongduanzhuangtai",
"style": {
"navigationBarTitleText": "终端状态"
}
},
{
"path": "pages/home/zhongduanzhuangtaiDetail",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pages/home/realTimeData",
"style": {
"navigationBarTitleText": "实时数据"
}
},
{
"path": "pages/home/historyData",
"style": {
"navigationBarTitleText": "历史数据"
}
},
{
"path": "pages/home/taskReport",
"style": {
"navigationBarTitleText": "报表任务"
}
}
],
"tabBar": {
"color": "#979797",
"selectedColor": "#376cf3",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"spacing": "5px",
"iconWidth": "20px",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/index.png",
"selectedIconPath": "static/index2.png",
"text": "主页"
},
{
"pagePath": "pages/index/report",
"iconPath": "static/report.png",
"selectedIconPath": "static/report2.png",
"text": "告警"
},
{
"pagePath": "pages/index/mine",
"iconPath": "static/mine.png",
"selectedIconPath": "static/mine2.png",
"text": "个人"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "灿能电力",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
// #ifdef H5
"navigationStyle": "custom"
// #endif
},
"uniIdRouter": {},
"easycom": {
"autoscan": true,
"custom": {
"^rc-(.*)": "@/components/Cn-$1/Cn-$1.vue"
}
}
}