76 lines
1.5 KiB
JSON
76 lines
1.5 KiB
JSON
{
|
|
"pages": ["pages/home/index", "pages/message/index", "pages/my/index"],
|
|
"usingComponents": {
|
|
"t-toast": "tdesign-miniprogram/toast/toast"
|
|
},
|
|
"subpackages": [
|
|
{
|
|
"root": "pages/search",
|
|
"name": "search",
|
|
"pages": ["index"]
|
|
},
|
|
{
|
|
"root": "pages/my/info-edit",
|
|
"name": "edit",
|
|
"pages": ["index"]
|
|
},
|
|
{
|
|
"root": "pages/chat",
|
|
"name": "chat",
|
|
"pages": ["index"]
|
|
},
|
|
{
|
|
"root": "pages/login",
|
|
"name": "login",
|
|
"pages": ["login"]
|
|
},
|
|
{
|
|
"root": "pages/loginCode",
|
|
"name": "loginCode",
|
|
"pages": ["loginCode"]
|
|
},
|
|
{
|
|
"root": "pages/dataCenter",
|
|
"name": "dataCenter",
|
|
"pages": ["index"]
|
|
},
|
|
{
|
|
"root": "pages/setting",
|
|
"name": "setting",
|
|
"pages": ["index"]
|
|
},
|
|
{
|
|
"root": "pages/release",
|
|
"name": "release",
|
|
"pages": ["index"]
|
|
}
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"custom": true,
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/index",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/message/index",
|
|
"text": "随访"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/index",
|
|
"text": "我2的"
|
|
}
|
|
]
|
|
},
|
|
"resolveAlias": {
|
|
"~/*": "/*"
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|