36 lines
685 B
JSON
36 lines
685 B
JSON
{
|
|
"pages": [
|
|
// {
|
|
// "path": "pages/alldevices",
|
|
// "style": {
|
|
// "navigationBarTitleText": "全体都有"
|
|
// }
|
|
// }
|
|
// ,
|
|
// {
|
|
// "path": "components/blecommu",
|
|
// "style": {
|
|
// "navigationBarTitleText": "蓝牙通信"
|
|
// }
|
|
// },
|
|
{
|
|
"path": "pages/akbletest",
|
|
"style": {
|
|
"navigationBarTitleText": "akble"
|
|
}
|
|
}
|
|
// {
|
|
// "path": "pages/control",
|
|
// "style": {
|
|
// "navigationBarTitleText": "uni-app x"
|
|
// }
|
|
// }
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "体测训练",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"uniIdRouter": {}
|
|
} |