46 lines
979 B
JSON
46 lines
979 B
JSON
|
{
|
|||
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|||
|
{
|
|||
|
"path": "pages/mt/index",
|
|||
|
"style": {
|
|||
|
"navigationBarTitleText": "",
|
|||
|
"navigationStyle": "custom"
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/mt/pay",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : "",
|
|||
|
"enablePullDownRefresh" : false,
|
|||
|
"navigationStyle": "custom"
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/mt/result",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : "",
|
|||
|
"enablePullDownRefresh" : false,
|
|||
|
"navigationStyle": "custom"
|
|||
|
}
|
|||
|
}
|
|||
|
// {
|
|||
|
// "path" : "pages/mt/orders",
|
|||
|
// "style" :
|
|||
|
// {
|
|||
|
// "navigationBarTitleText" : "",
|
|||
|
// "enablePullDownRefresh" : false,
|
|||
|
// "navigationStyle": "custom"
|
|||
|
// }
|
|||
|
// }
|
|||
|
],
|
|||
|
"globalStyle": {
|
|||
|
"navigationBarTextStyle": "black",
|
|||
|
"navigationBarTitleText": "uni-app",
|
|||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|||
|
"backgroundColor": "#F8F8F8"
|
|||
|
},
|
|||
|
"uniIdRouter": {}
|
|||
|
}
|