22 lines
326 B
JSON
22 lines
326 B
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/Home/Home",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "uni-app"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationStyle": "custom",
|
|
"statusBarBackground": "#ffffff"
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|