30 lines
770 B
JSON
30 lines
770 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/logs/logs",
|
|
"pages/merchant/payroll",
|
|
"pages/merchant/my",
|
|
"pages/employee/index"
|
|
],
|
|
"tabBar": {
|
|
"custom": true,
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/merchant/payroll"
|
|
},
|
|
{
|
|
"pagePath": "pages/merchant/my"
|
|
}
|
|
]
|
|
},
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "发薪Demo"
|
|
},
|
|
"usingComponents": {
|
|
"t-tab-bar": "tdesign-miniprogram/tab-bar/tab-bar",
|
|
"t-tab-bar-item": "tdesign-miniprogram/tab-bar-item/tab-bar-item"
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
} |