上传代码
This commit is contained in:
84
uniapp04/unpackage/dist/dev/mp-weixin/app.json
vendored
Normal file
84
uniapp04/unpackage/dist/dev/mp-weixin/app.json
vendored
Normal file
@ -0,0 +1,84 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/my/my",
|
||||
"pages/order/order",
|
||||
"pages/login/login",
|
||||
"pages/merchant/merchant",
|
||||
"pages/test/test",
|
||||
"pages/about/about",
|
||||
"pages/connection/connection",
|
||||
"pages/food/food",
|
||||
"pages/drinks/drinks",
|
||||
"pages/fruits/fruits",
|
||||
"pages/errands/errands",
|
||||
"pages/forums/forums",
|
||||
"pages/supermarkets/supermarkets",
|
||||
"pages/vegetables/vegetables",
|
||||
"pages/medical/medical",
|
||||
"pages/points/points",
|
||||
"pages/more/more",
|
||||
"pages/address/address",
|
||||
"pages/run/run",
|
||||
"pages/enter/enter",
|
||||
"pages/orderEvaluation/orderEvaluation",
|
||||
"pages/message/message",
|
||||
"pages/addressList/addressList",
|
||||
"pages/extend/extend",
|
||||
"pages/merchant/Shopdetails",
|
||||
"pages/messageCenter/messageCenter",
|
||||
"pages/talk/talk",
|
||||
"pages/fullOrder/fullOrder",
|
||||
"pages/feedback/feedback",
|
||||
"pages/account/account",
|
||||
"pages/foodCode/foodCode",
|
||||
"pages/textone/textone",
|
||||
"pages/blueTooth/blueTooth",
|
||||
"pages/texttwo/texttwo",
|
||||
"pages/testfour/testfour",
|
||||
"pages/testfour/list/list",
|
||||
"pages/testFive/testFive",
|
||||
"pages/testseven/testseven",
|
||||
"pages/orderSettlement/orderSettlement",
|
||||
"pages/collect/collect",
|
||||
"pages/evaluateList/evaluateList",
|
||||
"pages/testten/testten",
|
||||
"pages/refund/refund",
|
||||
"pages/goToPay/goToPay",
|
||||
"pages/allOrder/allOrder",
|
||||
"pages/testsix/testsix",
|
||||
"pages/goSearch/goSearch",
|
||||
"pages/testeleven/testeleven",
|
||||
"pages/goToRemark/goToRemark"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#ffffff",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"selectedColor": "#4095e5",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"iconPath": "static/tabs/home.png",
|
||||
"selectedIconPath": "static/tabs/homeSelected.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/order/order",
|
||||
"text": "购物车",
|
||||
"iconPath": "static/tabs/car.png",
|
||||
"selectedIconPath": "static/tabs/carSelected.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/my",
|
||||
"text": "我的",
|
||||
"iconPath": "static/tabs/wode.png",
|
||||
"selectedIconPath": "static/tabs/wodeSelected.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"usingComponents": {}
|
||||
}
|
Reference in New Issue
Block a user