1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| {
| "pages": [
| "pages/index/test/test",
| "pages/index/index"
| ],
| "subPackages": [],
| "window": {
| "navigationBarTextStyle": "black",
| "navigationBarTitleText": "uni-app",
| "navigationBarBackgroundColor": "#F8F8F8",
| "backgroundColor": "#F8F8F8"
| },
| "appType": "webapp",
| "minPlatformVersion": 1070,
| "name": "GS_MES",
| "versionName": "1.0.1",
| "versionCode": 200,
| "package": "GS_MES",
| "usingComponents": {}
| }
|
|