You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.1 KiB

{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/test1/test1",
"style": {
"navigationBarTitleText": "test1"
}
},
{
"path": "pages/test2/test2",
"style": {
"navigationBarTitleText": "test2"
}
},
{
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "category"
}
},
{
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "cart"
}
},
{
"path": "pages/center/center",
"style": {
"navigationBarTitleText": "center"
}
}
],
"tabBar": {
"custom": true,
"list": [{
"pagePath": "pages/index/index"
},
{
"pagePath": "pages/category/category"
},
{
"pagePath": "pages/cart/cart"
},
{
"pagePath": "pages/center/center"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}