31 lines
660 B
JSON
31 lines
660 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/logs/logs",
|
|
"pages/login/login"
|
|
],
|
|
"tabBar": {
|
|
"custom": true,
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "text"
|
|
},
|
|
{
|
|
"pagePath": "pages/logs/logs",
|
|
"text": "text"
|
|
}
|
|
]
|
|
},
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"usingComponents": {
|
|
"t-button": "tdesign-miniprogram/button/button",
|
|
"t-message": "tdesign-miniprogram/message/message"
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
} |