提交数据
This commit is contained in:
22
unpackage/dist/dev/mp-alipay/app.json
vendored
22
unpackage/dist/dev/mp-alipay/app.json
vendored
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index"
|
||||
"pages/index/index",
|
||||
"pages/table/index"
|
||||
],
|
||||
"subPackages": [],
|
||||
"window": {
|
||||
@@ -8,5 +9,24 @@
|
||||
"titleBarColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"textColor": "#7A7E83",
|
||||
"selectedColor": "#007AFF",
|
||||
"backgroundColor": "#F8F8F8",
|
||||
"items": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"name": "主页",
|
||||
"icon": "static/home.png",
|
||||
"activeIcon": "static/home-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/table/index",
|
||||
"name": "表格组件",
|
||||
"icon": "static/component.png",
|
||||
"activeIcon": "static/componentHL.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"usingComponents": {}
|
||||
}
|
||||
Reference in New Issue
Block a user