1
2
3
4
5
6
7
8
9
10
11
12
13
14
| {
| "pages": [
| "pages/login/index",
| "pages/router/deviceInfo/index",
| "pages/layout/index"
| ],
| "window": {
| "navigationBarTextStyle": "black",
| "navigationBarTitleText": "sxwl",
| "navigationBarBackgroundColor": "#F8F8F8",
| "backgroundColor": "#F8F8F8"
| },
| "usingComponents": {}
| }
|
|