adultDeviceApp/unpackage/dist/dev/mp-weixin/app.json

91 lines
2.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/index/index",
"pages/target/target",
"pages/compk/compk",
"pages/me/me",
"pages/index/active",
"pages/search/devType"
],
"subPackages": [
{
"root": "pageTwo",
"pages": [
"login/login",
"login/detail",
"login/userinfo",
"compk/pkdetail",
"me/history",
"me/feedBack",
"me/manage",
"me/adduser",
"me/detail",
"me/info",
"survey/survey",
"zixun/detail"
]
2022-05-03 21:35:39 +08:00
},
2022-11-23 16:16:14 +08:00
{
"root": "BLEPages",
"pages": [
"child/H01pro",
"child/PCD01pro",
"child/PCL01",
"child/H09B",
"child/F01B",
"child/F01PRO",
2023-09-05 16:54:26 +08:00
"child/J01",
2022-11-23 16:16:14 +08:00
"child/J02",
"child/J02B",
"child/PCL10",
"child/PCL11",
2023-02-22 15:36:19 +08:00
"child/PCMeta20",
2023-09-05 16:54:26 +08:00
"child/L01A",
"child/B03B"
2022-11-23 16:16:14 +08:00
]
}
],
"window": {
"navigationBarTextStyle": "white",
"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": "我的"
}
]
},
"plugins": {
"sdkPlugin": {
2023-09-05 16:54:26 +08:00
"version": "2.3.4",
2022-11-23 16:16:14 +08:00
"provider": "wx17e93aad47cdae1a"
}
},
"usingComponents": {}
2022-05-03 21:35:39 +08:00
}