app.json
372 Bytes
{
"pages": [
"pages/index/index",
"pages/account/chooseArea",
"pages/account/bindMobile",
"pages/webview/webview"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "限定发售",
"navigationBarTextStyle": "black",
"backgroundColor": "#f0f0f0"
},
"debug": true
}