9.20/3
This commit is contained in:
38
frontend/unpackage/dist/dev/mp-weixin/app.json
vendored
38
frontend/unpackage/dist/dev/mp-weixin/app.json
vendored
@@ -27,5 +27,43 @@
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#8a7535",
|
||||
"selectedColor": "#B4880F",
|
||||
"backgroundColor": "#ffffff",
|
||||
"borderStyle": "black",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"iconPath": "static/logo.png",
|
||||
"selectedIconPath": "static/logo.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/product/list",
|
||||
"text": "货品",
|
||||
"iconPath": "static/logo.png",
|
||||
"selectedIconPath": "static/logo.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/order/create",
|
||||
"text": "开单",
|
||||
"iconPath": "static/logo.png",
|
||||
"selectedIconPath": "static/logo.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/detail/index",
|
||||
"text": "明细",
|
||||
"iconPath": "static/logo.png",
|
||||
"selectedIconPath": "static/logo.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/index",
|
||||
"text": "我的",
|
||||
"iconPath": "static/logo.png",
|
||||
"selectedIconPath": "static/logo.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"usingComponents": {}
|
||||
}
|
||||
Reference in New Issue
Block a user