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
| {
| "easycom": {
| "autoscan": true,
| "custom": {
| "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
| }
| },
| "pages": [
| {
| "path": "pages/index/index",
| "style": {
| "navigationBarTitleText": "",
| "navigationStyle": "custom"
| }
| }
| ],
| "globalStyle": {
| "navigationBarTextStyle": "black",
| "navigationBarTitleText": "uni-app",
| "navigationBarBackgroundColor": "#F8F8F8",
| "backgroundColor": "#F8F8F8"
| },
| "uniIdRouter": {},
| "app-plus": {
| "distribute": {
| "android": {
| "minSdkVersion": "21",
| "targetSdkVersion": "31"
| }
| }
| }
| }
|
|