init
This commit is contained in:
57
unpackage/dist/dev/mp-weixin/app.json
vendored
Normal file
57
unpackage/dist/dev/mp-weixin/app.json
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/mine/index",
|
||||
"pages/mall/detail",
|
||||
"pages/mall/houseDetail",
|
||||
"pages/order/preview",
|
||||
"pages/order/housePreview",
|
||||
"pages/order/index",
|
||||
"pages/order/detail",
|
||||
"pages/login/index",
|
||||
"pages/login/phoneAuthorization",
|
||||
"pages/config/store",
|
||||
"pages/config/price",
|
||||
"pages/config/goodsList",
|
||||
"pages/config/goodsAdd",
|
||||
"pages/config/goodsEdit",
|
||||
"pages/config/goodsDetail",
|
||||
"pages/config/shopOrder/index",
|
||||
"pages/config/shopOrder/detail"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "远阳数码",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"backgroundTextStyle": "dark",
|
||||
"backgroundColor": "#F2F3F5",
|
||||
"backgroundColorBottom": "#F2F3F5",
|
||||
"backgroundColorTop": "#F2F3F5",
|
||||
"onReachBottomDistance": 50
|
||||
},
|
||||
"tabBar": {
|
||||
"custom": false,
|
||||
"color": "#000000",
|
||||
"selectedColor": "#8d7bfb",
|
||||
"borderStyle": "black",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "static/tabbar/home.png",
|
||||
"selectedIconPath": "static/tabbar/home-active.png",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/mine/index",
|
||||
"iconPath": "static/tabbar/user.png",
|
||||
"selectedIconPath": "/static/tabbar/user-active.png",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
},
|
||||
"requiredPrivateInfos": [
|
||||
"chooseAddress"
|
||||
],
|
||||
"permission": {},
|
||||
"usingComponents": {}
|
||||
}
|
||||
Reference in New Issue
Block a user