Initial commit
This commit is contained in:
36
pages.json
Normal file
36
pages.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user