加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 5.19 KB
一键复制 编辑 原始数据 按行查看 历史
chaoxiaoshu 提交于 2023-01-16 20:42 . init
{
"pages": [
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/fishery-monitor/fishery-monitor",
"style": {
"navigationBarTitleText": "猪场监测",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/intelligent-control/intelligent-control",
"style": {
"navigationBarTitleText": "智能控制",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EEEEEE"
}
},
{
"path": "pages/ucenter/ucenter",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EEEEEE"
}
},
{
"path": "pages/accounts/accounts",
"style": {
"navigationBarTitleText": "基本资料",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/fishery-monitor/deviceDetail",
"style": {
"navigationBarTitleText": "设备详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/fishery-monitor/addMonitor",
"style": {
"navigationBarTitleText": "添加设备",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/accounts/realname",
"style": {
"navigationBarTitleText": "修改姓名",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FAFAFA",
"app-plus": {
"scrollIndicator": "none",
"bounce": "none",
"titleNView": {
"buttons": [{ // 设置
"color": "#333333",
"colorPressed": "#009933",
"float": "right",
"fontWeight": "normal",
"fontSize": "14px",
"text": "保存",
"width": "40px"
}]
}
}
}
}, {
"path": "pages/accounts/phone",
"style": {
"navigationBarTitleText": "修改手机",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FAFAFA",
"app-plus": {
"scrollIndicator": "none",
"bounce": "none",
"titleNView": {
"buttons": [{ // 设置
"color": "#333333",
"colorPressed": "#009933",
"float": "right",
"fontWeight": "normal",
"fontSize": "14px",
"text": "保存",
"width": "40px"
}]
}
}
}
}, {
"path": "pages/accounts/email",
"style": {
"navigationBarTitleText": "修改邮箱",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FAFAFA",
"app-plus": {
"scrollIndicator": "none",
"bounce": "none",
"titleNView": {
"buttons": [{ // 设置
"color": "#333333",
"colorPressed": "#009933",
"float": "right",
"fontWeight": "normal",
"fontSize": "14px",
"text": "保存",
"width": "40px"
}]
}
}
}
}, {
"path": "pages/change-pwd/change-pwd",
"style": {
"navigationBarTitleText": "修改密码",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FAFAFA"
}
}, {
"path": "pages/history-operate/history-operate",
"style": {
"navigationBarTitleText": "历史操作",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/device/device",
"style": {
"navigationBarTitleText": "我的设备",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/alert-strategy/edit-strategy",
"style": {
"navigationBarTitleText": "编辑告警策略",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/alert-strategy/alert-strategy",
"style": {
"navigationBarTitleText": "新增告警策略",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/alert-control/add-control",
"style": {
"navigationBarTitleText": "新增控制策略",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/alert-control/edit-control",
"style": {
"navigationBarTitleText": "编辑控制策略",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "ThingsPanel",
"navigationBarBackgroundColor": "#EEEEEE",
"backgroundColor": "#EEEEEE"
},
"tabBar": {
"color": "#908F92",
"selectedColor": "#207AF5",
"height": "52px",
"backgroundColor": "#FFFFFF",
"borderStyle": "white",
"list": [{
"pagePath": "pages/fishery-monitor/fishery-monitor",
"text": "设备列表",
"iconPath": "static/tabbar/eqp.png",
"selectedIconPath": "static/tabbar/eqp_on.png"
},
{
"pagePath": "pages/intelligent-control/intelligent-control",
"text": "智能控制",
"iconPath": "static/tabbar/intelligentControl.png",
"selectedIconPath": "static/tabbar/intelligentControlSel.png"
},
{
"pagePath": "pages/ucenter/ucenter",
"text": "我的账户",
"iconPath": "static/tabbar/ucenter.png",
"selectedIconPath": "static/tabbar/ucenterSel.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化