28 lines
548 B
JSON
28 lines
548 B
JSON
// uniapp/pages.json
|
|
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "设备信息扫描",
|
|
"navigationBarBackgroundColor": "#667eea",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "设备管理系统",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"condition": {
|
|
"current": 0,
|
|
"list": [
|
|
{
|
|
"name": "设备信息首页",
|
|
"path": "pages/index/index"
|
|
}
|
|
]
|
|
}
|
|
} |