app.json 427 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
{
"pages":[
"pages/home/home",
"pages/index/index",
"pages/resetPassword/resetPassword",
"pages/personDetail/personDetail",
"pages/createDocumentList/createDocumentList",

"pages/register/register",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black"
}
}