上传代码
This commit is contained in:
48
distribution/unpackage/dist/dev/mp-alipay/app.json
vendored
Normal file
48
distribution/unpackage/dist/dev/mp-alipay/app.json
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/my/my",
|
||||
"pages/orderList/orderList",
|
||||
"pages/test/test",
|
||||
"pages/map/map",
|
||||
"pages/takePhoto/takePhoto",
|
||||
"pages/purse/purse",
|
||||
"pages/login/login",
|
||||
"pages/register/register",
|
||||
"pages/authentication/authentication",
|
||||
"pages/changeUserMessage/changeUserMessage",
|
||||
"pages/orderDetail/orderDetail",
|
||||
"pages/deliveryDetail/deliveryDetail"
|
||||
],
|
||||
"window": {
|
||||
"defaultTitle": "uni-app",
|
||||
"titleBarColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"textColor": "#B4BCC6",
|
||||
"selectedColor": "#2588FF",
|
||||
"items": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"name": "首页",
|
||||
"icon": "static/tabbar/index.png",
|
||||
"activeIcon": "static/tabbar/index1.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/orderList/orderList",
|
||||
"name": "订单",
|
||||
"icon": "static/tabbar/order.png",
|
||||
"activeIcon": "static/tabbar/order1.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/my",
|
||||
"name": "我的",
|
||||
"icon": "static/tabbar/my.png",
|
||||
"activeIcon": "static/tabbar/my1.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"subPackageBuildType": "shared",
|
||||
"usingComponents": {}
|
||||
}
|
Reference in New Issue
Block a user