13 lines
278 B
JSON
13 lines
278 B
JSON
|
|
{
|
||
|
|
"pages": [
|
||
|
|
"pages/index/index",
|
||
|
|
"pages/login/login"
|
||
|
|
],
|
||
|
|
"window": {
|
||
|
|
"navigationBarTextStyle": "black",
|
||
|
|
"navigationBarTitleText": "设备租赁",
|
||
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
|
"backgroundColor": "#F8F8F8"
|
||
|
|
},
|
||
|
|
"usingComponents": {}
|
||
|
|
}
|