1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| {
| "easycom": {
| "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
| },
| "pages": [
| {
| "path": "pages/index/index",
| "style": {
| "navigationBarTitleText": "访客中心",
| "enablePullDownRefresh": false
| }
| }
| ],
| "globalStyle": {
| "navigationBarTextStyle": "black",
| "navigationBarTitleText": "",
| "navigationBarBackgroundColor": "#ffffff",
| "backgroundColor": "#ffffff"
| },
| "uniIdRouter": {}
| }
|
|