44 lines
684 B
JSON
44 lines
684 B
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/Home/Home",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "uni-app"
|
|
}
|
|
},{
|
|
"path": "pages/Message/Message",
|
|
"style": {
|
|
"navigationBarTitleText": "消息"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationStyle": "custom",
|
|
"statusBarBackground": "#ffffff"
|
|
},
|
|
"uniIdRouter": {},
|
|
"tabBar": {
|
|
"custom": true,
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/Home/Home",
|
|
"text": "组件"
|
|
},
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "API"
|
|
},
|
|
{
|
|
"pagePath": "pages/Message/Message",
|
|
"text": "消息"
|
|
}
|
|
]
|
|
}
|
|
}
|