You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

43 lines
1.1 KiB

{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/index/index",
"style" : {"navigationBarTitleText": "授权登录"}
},
{
"path": "pages/device/device",
"style": {"navigationBarTitleText": "设备"}
}
,{
"path" : "pages/about/about",
"style" : {"navigationBarTitleText": "关于"}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "设备管理",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"backgroundColor": "#ffffff",
"color": "#cdcdcd",
"selectedColor": "#50B7EA",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/device/device",
"iconPath": "static/device.png",
"selectedIconPath": "static/device_active.png",
"text": "设备"
},
{
"pagePath": "pages/about/about",
"iconPath": "static/about.png",
"selectedIconPath": "static/about_active.png",
"text": "关于"
}
]
}
}