邓宏
2 years ago
8 changed files with 65 additions and 36 deletions
@ -1,16 +1,26 @@ |
|||||
{ |
{ |
||||
"easycom":{ |
"easycom" : { |
||||
"^u-(.*)":"uview-ui/components/u-$1/u-$1.vue" |
"^u-(.*)" : "uview-ui/components/u-$1/u-$1.vue" |
||||
}, |
}, |
||||
"globalStyle": { |
"globalStyle" : { |
||||
"navigationBarTextStyle": "black", |
"navigationBarTextStyle" : "black", |
||||
"navigationBarTitleText": "uni-app", |
"navigationBarTitleText" : "uni-app", |
||||
"navigationBarBackgroundColor": "#F8F8F8", |
"navigationBarBackgroundColor" : "#F8F8F8", |
||||
"backgroundColor": "#F8F8F8" |
"backgroundColor" : "#F8F8F8" |
||||
}, |
}, |
||||
"uniIdRouter": {}, |
"uniIdRouter" : {}, |
||||
"condition" : { |
"condition" : { |
||||
"current": 0, |
"current" : 0, |
||||
"list": [] |
"list" : [] |
||||
} |
}, |
||||
|
"pages" : [ |
||||
|
{ |
||||
|
"path" : "pages/home/index", |
||||
|
"style" : {} |
||||
|
}, |
||||
|
{ |
||||
|
"path" : "pages/massif/info", |
||||
|
"style" : {} |
||||
|
} |
||||
|
] |
||||
} |
} |
||||
|
Loading…
Reference in new issue