adultDeviceApp/pages.json

294 lines
6.0 KiB
JSON
Raw Normal View History

2022-05-03 21:35:39 +08:00
{
2022-11-23 16:16:14 +08:00
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F9FAFC"
}
},
{
"path": "pages/target/target",
"style": {
"navigationBarTitleText": "目标",
"navigationBarBackgroundColor": "#F9FAFC"
}
},
{
"path": "pages/compk/compk",
"style": {
"navigationBarTitleText": "对比",
"navigationBarBackgroundColor": "#F9FAFC"
}
},
2022-05-03 21:35:39 +08:00
2022-11-23 16:16:14 +08:00
{
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "我的",
"navigationBarBackgroundColor": "#F9FAFC"
}
},
{
"path": "pages/index/active",
"style": {
"navigationBarTitleText": "设备激活",
"navigationBarBackgroundColor": "#F9FAFC",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2022-05-03 21:35:39 +08:00
2022-11-23 16:16:14 +08:00
},
{
"path": "pages/search/devType",
"style": {
"navigationBarTitleText": "设备搜索",
"navigationBarBackgroundColor": "#F9FAFC"
}
}
],
"subPackages": [{
"root": "pageTwo",
"pages": [{
"path": "login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#F9FAFC",
"navigationStyle": "custom"
}
},
{
"path": "login/detail",
"style": {
"navigationBarTitleText": "协议",
"navigationBarBackgroundColor": "#F9FAFC"
}
},
{
"path": "login/userinfo",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F9FAFC"
}
2022-05-03 21:35:39 +08:00
2022-11-23 16:16:14 +08:00
},
2022-05-03 21:35:39 +08:00
2022-11-23 16:16:14 +08:00
{
"path": "compk/pkdetail",
"style": {
"navigationBarTitleText": "对比详情",
"navigationBarBackgroundColor": "#F9FAFC"
}
},
{
"path": "me/history",
"style": {
"navigationBarTitleText": "历史记录",
"navigationBarBackgroundColor": "#F9FAFC"
// "enablePullDownRefresh": true,
// "onReachBottomDistance": 80
}
},
{
"path": "me/feedBack",
"style": {
"navigationBarTitleText": "意见反馈",
"navigationBarBackgroundColor": "#F9FAFC"
}
2022-05-03 21:35:39 +08:00
2022-11-23 16:16:14 +08:00
},
{
"path": "me/manage",
"style": {
"navigationBarTitleText": "用户管理",
"navigationBarBackgroundColor": "#F9FAFC"
}
2022-05-03 21:35:39 +08:00
2022-11-23 16:16:14 +08:00
},
{
"path": "me/adduser",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F9FAFC"
}
2022-05-03 21:35:39 +08:00
2022-11-23 16:16:14 +08:00
}, {
"path": "me/detail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F9FAFC"
}
2022-05-03 21:35:39 +08:00
2022-11-23 16:16:14 +08:00
},
{
"path": "me/info",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F9FAFC"
}
2022-05-03 21:35:39 +08:00
2022-11-23 16:16:14 +08:00
},
{
"path": "survey/survey",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F9FAFC"
}
2022-05-03 21:35:39 +08:00
2022-11-23 16:16:14 +08:00
},
{
"path": "zixun/detail",
"style": {
"navigationBarTitleText": "详情",
"navigationBarBackgroundColor": "#F9FAFC"
}
}
2022-05-03 21:35:39 +08:00
2022-11-23 16:16:14 +08:00
]
}, {
"root": "BLEPages",
"pages": [{
"path": "child/H01pro",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F9FAFC"
}
},
{
"path": "child/PCD01pro",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F9FAFC"
}
},
{
"path": "child/PCL01",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F9FAFC"
}
},
{
"path": "child/H09B",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F9FAFC"
}
}
2022-05-03 21:35:39 +08:00
2022-11-23 16:16:14 +08:00
, {
"path": "child/F01B",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F9FAFC"
}
2022-05-13 09:22:34 +08:00
2022-11-23 16:16:14 +08:00
}, {
"path": "child/F01PRO",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F9FAFC"
}
2022-06-17 17:34:32 +08:00
2022-11-23 16:16:14 +08:00
},
{
"path": "child/J02",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F9FAFC"
}
2022-07-09 17:30:33 +08:00
2022-11-23 16:16:14 +08:00
}, {
"path": "child/J02B",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F9FAFC"
}
2022-07-09 17:30:33 +08:00
2022-11-23 16:16:14 +08:00
},
{
"path": "child/PCL10",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F9FAFC"
}
2022-07-09 17:30:33 +08:00
2022-11-23 16:16:14 +08:00
},
{
"path": "child/PCL11",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F9FAFC"
}
2022-05-13 09:22:34 +08:00
2022-11-23 16:16:14 +08:00
}, {
"path": "child/PCMeta20",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F9FAFC"
}
2023-02-22 15:36:19 +08:00
}, {
"path": "child/L01A",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F9FAFC"
}
2022-11-23 16:16:14 +08:00
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "#fff",
"navigationBarBackgroundColor": "#F9FAFC",
"backgroundColor": "#fff"
},
// 切换导航
"tabBar": {
"color": "#333",
"selectedColor": "#00c6c6",
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tab_sy.png",
"selectedIconPath": "static/tab_sy01.png",
"text": "首页"
},
{
"pagePath": "pages/target/target",
"iconPath": "static/tab_sj.png",
"selectedIconPath": "static/tab_sj01.png",
"text": "目标"
},
{
"pagePath": "pages/compk/compk",
"iconPath": "static/tab_db.png",
"selectedIconPath": "static/tab_db01.png",
"text": "对比"
},
{
"pagePath": "pages/me/me",
"iconPath": "static/tab_me.png",
"selectedIconPath": "static/tab_me01.png",
"text": "我的"
}
]
}
2022-05-03 21:35:39 +08:00
}