-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
33 lines (32 loc) · 984 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"pages":[
"pages/index/index",
"pages/ticketCenter/ticketCenter",
"pages/couponList/couponList",
"pages/test/test",
"pages/queryOrderCoupon/queryOrderCoupon",
"pages/noticeList/noticeList",
"pages/noticeDetail/noticeDetail",
"pages/customerService/customerService",
"pages/mall/mall",
"pages/webView/webView",
"pages/logs/logs",
"pages/scanCodeToPage/scanCodeToPage",
"pages/illegalRequest/illegalRequest",
"pages/pay/pay",
"pages/authorization/authorization",
"pages/messagesuccess/messagesuccess",
"pages/queryAdviseList/queryAdviseList",
"pages/adviseDetail/adviseDetail",
"pages/trackPay/trackPay",
"pages/orderCenter/orderCenter",
"pages/gameRule/gameRule",
"pages/payGame/payGame"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black"
}
}