1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| {
| "pages": [
| "pages/login/login",
| "pages/index/index",
| "pages/logs/logs"
|
| ],
| "window": {
| "navigationBarTextStyle": "black",
| "navigationBarTitleText": "电子钱包",
| "navigationBarBackgroundColor": "#ffffff"
| },
| "style": "v2",
| "componentFramework": "glass-easel",
| "sitemapLocation": "sitemap.json",
| "lazyCodeLoading": "requiredComponents"
| }
|
|