users/unpackage/dist/dev/mp-alipay/app.json

15 lines
299 B
JSON
Raw Normal View History

2024-11-26 15:26:32 +08:00
{
"pages": [
"pages/order/offlinepay/index",
"pages/order/offlinepay/pay/index"
],
"subPackages": [],
"window": {
"defaultTitle": "uni-app",
"titleBarColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"usingComponents": {
"plugin-wrapper": "/plugin-wrapper"
}
}