智慧画屏客户端
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.
 
 
 
 
 

32 lines
1.1 KiB

{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "数字新视窗"
}
},
{
"path" : "pages/login/login",
"style" : {}
},
{
"path" : "pages/bind/bind",
"style" : {}
},
{
"path" : "pages/show/show",
"style" : {}
}
],
"globalStyle": {
// "navigationBarTextStyle": "black",
// "navigationBarTitleText": "数字新视窗",
// "navigationBarBackgroundColor": "#F8F8F8",
// "backgroundColor": "#F8F8F8"
"navigationStyle" : "custom",
"rpxCalcMaxDeviceWidth": 1080, // rpx px 960
"rpxCalcBaseDeviceWidth": 375, // rpx 使 rpx px 375
"rpxCalcIncludeWidth": 750 // rpx rpx 750
}
}