Files
zb-table/unpackage/dist/dev/mp-alipay/app.json

32 lines
706 B
JSON
Raw Normal View History

2022-03-18 14:59:12 +08:00
{
"pages": [
2022-04-08 11:02:33 +08:00
"pages/index/index",
"pages/table/index"
2022-03-18 14:59:12 +08:00
],
"subPackages": [],
"window": {
"defaultTitle": "uni-app",
"titleBarColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
2022-04-08 11:02:33 +08:00
"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"
}
]
},
2022-03-18 14:59:12 +08:00
"usingComponents": {}
}