118 lines
2.2 KiB
JSON
118 lines
2.2 KiB
JSON
{
|
|
"pages": [{
|
|
"path": "pages/common/login/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/common/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/common/user/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/common/scan/scan",
|
|
"style": {
|
|
"navigationBarTitleText": "扫描"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/common/qrcode/qrcode",
|
|
"style": {
|
|
"navigationBarTitleText": "扫描到的设备"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/common/send/index",
|
|
"style": {
|
|
"navigationBarTitleText": "发送信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/common/userAgreement/index",
|
|
"style": {
|
|
"navigationBarTitleText": "用户协议"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/common/privacyAgreement/index",
|
|
"style": {
|
|
"navigationBarTitleText": "隐私协议"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/common/aboutUs/index",
|
|
"style": {
|
|
"navigationBarTitleText": "关于我们"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/6170/deviceControl/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/6170/operationVideo/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/6170/addvideo/index",
|
|
"style": {
|
|
"navigationBarTitleText": "添加"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/6170/editVideo/index",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑视频"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/6170/operatingInstruct/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/6155/index",
|
|
"style": {
|
|
"navigationBarTitleText": "6155"
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#fff",
|
|
"selectedColor": "#BBE600",
|
|
"backgroundColor": "#202020",
|
|
"list": [{
|
|
"pagePath": "pages/common/index/index",
|
|
"text": "我的设备",
|
|
"iconPath": "/static/tabs/device.png",
|
|
"selectedIconPath": "/static/tabs/device-HL.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/common/user/index",
|
|
"text": "我的",
|
|
"iconPath": "/static/tabs/my.png",
|
|
"selectedIconPath": "/static/tabs/my-HL.png"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#121212",
|
|
"backgroundColor": "#121212"
|
|
},
|
|
"uniIdRouter": {}
|
|
} |