2 Star 0 Fork 0

Aka/会议室H5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 9.44 KB
一键复制 编辑 原始数据 按行查看 历史
JingGarden 提交于 2023-11-29 16:40 . chore:初始化页面
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "紫薇物业",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"backgroundColor": "#f8f8f8"
}
},
{
"path": "pages/tabbar/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"backgroundColor": "#f8f8f8"
}
},
{
"path": "pages/tabbar/scene/scene",
"style": {
"navigationBarTitleText": "现场",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/tabbar/report/report",
"style": {
"navigationBarTitleText": "报表",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/tabbar/mine/mine",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
// 我的页面子页面
{
"path": "pages/tabbar/scene/scene-details",
"style": {
"navigationBarTitleText": "详情",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/tabbar/mine/changePassword/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/tabbar/mine/problem/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/report-forms/daily/complaint-work-order",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/report-forms/daily/complaint-work-order-detail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/report-forms/daily/equipment-inspection",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/report-forms/daily/cruise-mission",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/report-forms/daily/equipment-maintenance-timeout",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/device-watch/index", //设备监控
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"backgroundColor": "#F8F8F8",
// "navigationBarBackgroundColor": "#aaff00",
"navigationBarTextStyle": "black" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
}
}, {
"path": "pages/device-watch/look-details",
"style": {
"navigationBarTitleText": "设备详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/work-order/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}, {
"path": "pages/work-order/work-order-detail",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}, {
"path": "pages/device-instancy/index",
"style": {
"navigationBarTitleText": "实时报警",
"enablePullDownRefresh": false
}
}, {
"path": "pages/report/index",
"style": {
"navigationBarTitleText": "报事",
"enablePullDownRefresh": false
}
}
// }, {
// "path": "pages/scene/scene",
// "style": {
// "navigationBarTitleText": "现场",
// "enablePullDownRefresh": false
// }
// }
, {
"path": "pages/report/index",
"style": {
"navigationBarTitleText": "报事",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/cruise-manager/index",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},{//巡航任务详情
"path" : "pages/cruise-manager/cruise-detail",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},{
"path" : "pages/customer-manager/index",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},{
"path" : "pages/search/search",
"style" :
{
"navigationBarTitleText": "搜索"
}
}
,{
"path" : "pages/device-maintain/index",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/device-cruise/index",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/device-maintain/device-maintain-detail",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/device-maintain/maintain-project",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/customer-manager/customer-detail",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/device-cruise/device-detail",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/device-cruise/device-detail2",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/device-cruise/device-detail3",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/device-cruise/enviromentCheck",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path" : "pages/meetingSchedule/meetingSchedule",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/subscribeManage/subscribeManage",
"style" :
{
"navigationBarTitleText" : "会议室预约管理",
"enablePullDownRefresh" : false
}
}
],
"tabBar": {
/*///---- Pages-Tool -- 合并自: pages-config/tabBar.json ----*/
"color": "#333333",
"selectedColor": "#20C0A0",
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/tabbar/index/index",
"iconPath": "static/tabbar/unactive-home.svg",
"selectedIconPath": "static/tabbar/active-home.svg",
"text": "首页"
},
// {
// "pagePath": "pages/tabbar/scene/scene",
// "iconPath": "static/tabbar/unactive-scene.svg",
// "selectedIconPath": "static/tabbar/active-scene.svg",
// "text": "现场"
// },
// {
// "pagePath": "pages/tabbar/report/report",
// "iconPath": "static/tabbar/unactive-report.svg",
// "selectedIconPath": "static/tabbar/active-report.svg",
// "text": "报表"
// },
{
"pagePath": "pages/tabbar/mine/mine",
"iconPath": "static/tabbar/unactive-mine.svg",
"selectedIconPath": "static/tabbar/active-mine.svg",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Akabc/meeting-room---h5.git
git@gitee.com:Akabc/meeting-room---h5.git
Akabc
meeting-room---h5
会议室H5
master

搜索帮助