You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
972 B
49 lines
972 B
{ |
|
"pages": [ |
|
"pages/startPage/index", |
|
"pages/index/index", |
|
"pages/login/index", |
|
"pages/home/index" |
|
], |
|
"subPackages": [ |
|
{ |
|
"root": "Personal", |
|
"pages": [ |
|
"pages/seting/password" |
|
] |
|
}, |
|
{ |
|
"root": "Order", |
|
"pages": [ |
|
"pages/index/index", |
|
"pages/created/index", |
|
"pages/details/index" |
|
] |
|
}, |
|
{ |
|
"root": "Enter", |
|
"pages": [ |
|
"pages/send/index", |
|
"pages/receive/index", |
|
"pages/expenses/index" |
|
] |
|
} |
|
], |
|
"window": { |
|
"navigationBarTextStyle": "black", |
|
"navigationBarTitleText": "uni-app", |
|
"navigationBarBackgroundColor": "#F8F8F8", |
|
"backgroundColor": "#F8F8F8", |
|
"disableScroll": true, |
|
"autoscan": true |
|
}, |
|
"permission": { |
|
"scope.userLocation": { |
|
"desc": "需要获取您的位置,用于查看附近油站" |
|
} |
|
}, |
|
"requiredPrivateInfos": [ |
|
"getLocation" |
|
], |
|
"usingComponents": {} |
|
} |