36 lines
668 B
JSON
36 lines
668 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/login/login"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "kitchen",
|
|
"pages": [
|
|
"index/index",
|
|
"pay/index",
|
|
"recharge/index"
|
|
]
|
|
},
|
|
{
|
|
"root": "reservation",
|
|
"pages": [
|
|
"index/index",
|
|
"receive/index",
|
|
"pickPoint/index",
|
|
"ticketCode/index"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation"
|
|
],
|
|
"permission": {},
|
|
"usingComponents": {}
|
|
} |