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