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.
65 lines
1.5 KiB
65 lines
1.5 KiB
{ |
|
"pages": [ |
|
"pages/index/index", |
|
"pages/logs/logs", |
|
"pages/loanDetails/loanDetails", |
|
"pages/loanList/loanList", |
|
"pages/my/my", |
|
"pages/Sign/Sign", |
|
"pages/Forget password/Forget password", |
|
"pages/register/register", |
|
"pages/stay/stay", |
|
"pages/GPS/GPS", |
|
"pages/GPSform/GPSform" |
|
], |
|
"window": { |
|
"backgroundTextStyle": "light", |
|
"navigationBarBackgroundColor": "#fff", |
|
"navigationBarTextStyle": "black" |
|
}, |
|
"tabBar": { |
|
"color": "#333333", |
|
"selectedColor": "#dd6161", |
|
"list": [ |
|
{ |
|
"pagePath": "pages/index/index", |
|
"text": "首页", |
|
"iconPath": "img/home.png", |
|
"selectedIconPath": "img/home-on.png" |
|
}, |
|
{ |
|
"pagePath": "pages/logs/logs", |
|
"text": "订单", |
|
"iconPath": "img/order.png", |
|
"selectedIconPath": "img/order-on.png" |
|
}, |
|
{ |
|
"pagePath": "pages/my/my", |
|
"text": "我的", |
|
"iconPath": "img/user.png", |
|
"selectedIconPath": "img/user-on.png" |
|
} |
|
] |
|
}, |
|
"subPackages": [ |
|
{ |
|
"root": "pages/myclass/", |
|
"pages": [ |
|
"pages/Change Password/Change Password", |
|
"pages/Opinion/Opinion", |
|
"pages/myData/myData", |
|
"pages/problem/problem" |
|
] |
|
}, |
|
{ |
|
"root": "pages/toExamine/", |
|
"pages": [ |
|
"pages/first/first", |
|
"pages/finalJudgment/finalJudgment", |
|
"pages/requestfunds/requestfunds" |
|
] |
|
} |
|
], |
|
"style": "v2", |
|
"sitemapLocation": "sitemap.json" |
|
} |