1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| {
| "pages": [{
| "path": "pages/index/index",
| "style": {
| "navigationBarTitleText": "uni-app"
| }
| }],
| "globalStyle": {
| "navigationBarTextStyle": "black",
| "navigationBarTitleText": "uni-app",
| "navigationBarBackgroundColor": "#F8F8F8",
| "backgroundColor": "#F8F8F8",
| "app-plus": {
| "background": "#efeff4"
| }
| }
| }
|
|