初始化仓库
This commit is contained in:
69
unpackage/dist/build/mp-weixin/app.json
vendored
Normal file
69
unpackage/dist/build/mp-weixin/app.json
vendored
Normal file
@ -0,0 +1,69 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/order/order",
|
||||
"pages/shop_cart/shop_cart",
|
||||
"pages/my/my",
|
||||
"pages/login/login",
|
||||
"pages/login/fastLogin",
|
||||
"pages/login/mobileLogin",
|
||||
"pages/signin/signin",
|
||||
"pages/server_explan/server_explan",
|
||||
"pages/store/choose_store",
|
||||
"pages/store/store",
|
||||
"pages/shop/shop",
|
||||
"pages/order_now/order_now",
|
||||
"pages/order_details/order_details",
|
||||
"pages/refund/refund",
|
||||
"pages/my/profile",
|
||||
"pages/my/wallet",
|
||||
"pages/recharge/balance",
|
||||
"pages/recharge/recharge"
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
"root": "bundle",
|
||||
"pages": [
|
||||
"pages/points/points"
|
||||
]
|
||||
}
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "煎饼",
|
||||
"navigationBarBackgroundColor": "#FFF",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#ABB0C2",
|
||||
"selectedColor": "#254062",
|
||||
"borderStyle": "black",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "/static/tabbar/tab_home.png",
|
||||
"selectedIconPath": "/static/tabbar/tab_home_s.png",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/order/order",
|
||||
"iconPath": "/static/tabbar/tab_order.png",
|
||||
"selectedIconPath": "/static/tabbar/tab_order_s.png",
|
||||
"text": "订单"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/shop_cart/shop_cart",
|
||||
"iconPath": "/static/tabbar/tab_cart.png",
|
||||
"selectedIconPath": "/static/tabbar/tab_cart_s.png",
|
||||
"text": "购物车"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/my",
|
||||
"iconPath": "/static/tabbar/tab_my.png",
|
||||
"selectedIconPath": "/static/tabbar/tab_my_s.png",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
},
|
||||
"usingComponents": {}
|
||||
}
|
||||
Reference in New Issue
Block a user