first commit
This commit is contained in:
64
unpackage/dist/dev/mp-weixin/app.json
vendored
Normal file
64
unpackage/dist/dev/mp-weixin/app.json
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/mine/mine",
|
||||
"pages/cate/cate",
|
||||
"pages/order/order",
|
||||
"pages/login/login",
|
||||
"pages/goods/goods",
|
||||
"pages/team/team",
|
||||
"pages/mine/sett",
|
||||
"pages/equity/equity",
|
||||
"pages/wallet/wallet",
|
||||
"pages/notice/notice",
|
||||
"pages/address/list",
|
||||
"pages/address/add",
|
||||
"pages/order/confirm",
|
||||
"pages/order/success",
|
||||
"pages/goods/prefecture",
|
||||
"pages/wallet/list",
|
||||
"pages/notice/details",
|
||||
"pages/mine/mobile",
|
||||
"pages/protocol/protocol",
|
||||
"pages/wallet/zhaun"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#AAA",
|
||||
"selectedColor": "#516E41",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [
|
||||
{
|
||||
"iconPath": "static/tabbar/home.png",
|
||||
"selectedIconPath": "static/tabbar/homes.png",
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"iconPath": "static/tabbar/cate.png",
|
||||
"selectedIconPath": "static/tabbar/cates.png",
|
||||
"pagePath": "pages/cate/cate",
|
||||
"text": "分类"
|
||||
},
|
||||
{
|
||||
"iconPath": "static/tabbar/order.png",
|
||||
"selectedIconPath": "static/tabbar/orders.png",
|
||||
"pagePath": "pages/order/order",
|
||||
"text": "订单"
|
||||
},
|
||||
{
|
||||
"iconPath": "static/tabbar/mine.png",
|
||||
"selectedIconPath": "static/tabbar/mines.png",
|
||||
"pagePath": "pages/mine/mine",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
},
|
||||
"usingComponents": {}
|
||||
}
|
||||
Reference in New Issue
Block a user