上传代码
This commit is contained in:
68
uniapp04/unpackage/dist/dev/mp-alipay/app.json
vendored
Normal file
68
uniapp04/unpackage/dist/dev/mp-alipay/app.json
vendored
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/my/my",
|
||||
"pages/order/order",
|
||||
"pages/login/login",
|
||||
"pages/merchant/merchant",
|
||||
"pages/about/about",
|
||||
"pages/food/food",
|
||||
"pages/drinks/drinks",
|
||||
"pages/fruits/fruits",
|
||||
"pages/forums/forums",
|
||||
"pages/supermarkets/supermarkets",
|
||||
"pages/points/points",
|
||||
"pages/more/more",
|
||||
"pages/run/run",
|
||||
"pages/orderEvaluation/orderEvaluation",
|
||||
"pages/merchant/Shopdetails",
|
||||
"pages/messageCenter/messageCenter",
|
||||
"pages/talk/talk",
|
||||
"pages/fullOrder/fullOrder",
|
||||
"pages/textone/textone",
|
||||
"pages/texttwo/texttwo",
|
||||
"pages/testfour/testfour",
|
||||
"pages/testfour/list/list",
|
||||
"pages/testFive/testFive",
|
||||
"pages/testseven/testseven",
|
||||
"pages/orderSettlement/orderSettlement",
|
||||
"pages/collect/collect",
|
||||
"pages/refund/refund",
|
||||
"pages/goToPay/goToPay",
|
||||
"pages/testsix/testsix",
|
||||
"pages/goSearch/goSearch",
|
||||
"pages/testeleven/testeleven",
|
||||
"pages/goToRemark/goToRemark",
|
||||
"pages/testAI/testAI"
|
||||
],
|
||||
"window": {
|
||||
"defaultTitle": "uni-app",
|
||||
"titleBarColor": "#ffffff",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"selectedColor": "#4095e5",
|
||||
"items": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"name": "首页",
|
||||
"icon": "static/tabs/home.png",
|
||||
"activeIcon": "static/tabs/homeSelected.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/order/order",
|
||||
"name": "购物车",
|
||||
"icon": "static/tabs/car.png",
|
||||
"activeIcon": "static/tabs/carSelected.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/my",
|
||||
"name": "我的",
|
||||
"icon": "static/tabs/wode.png",
|
||||
"activeIcon": "static/tabs/wodeSelected.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"subPackageBuildType": "shared",
|
||||
"usingComponents": {}
|
||||
}
|
Reference in New Issue
Block a user