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.
 
 
 
 
 

33 lines
840 B

{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/confirm-code/confirm-code",
"style" : {}
},
{
"path" : "pages/store-commodity/store-commodity",
"style" : {}
},
{
"path" : "pages/menu/menu",
"style" : {}
}
// ,{
// "path" : "pages/error/error",
// "style" : {}
// },{
// "path": "pages/index/index",
// "style": {}
// },{
// "path" : "pages/pay-ok/pay-ok",
// "style" : {}
// }
],
"globalStyle": {
"navigationBarTextStyle": "black", //导航栏标题颜色
"navigationBarTitleText": "uni-app", //导航栏标题文字内容
"navigationBarBackgroundColor": "#F8F8F8", //导航栏背景颜色
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
}
}