61 lines
1.1 KiB
JSON
61 lines
1.1 KiB
JSON
{
|
|
"pages": ["pages/home/index", "pages/message/index", "pages/my/index"],
|
|
"usingComponents": {
|
|
"t-toast": "tdesign-miniprogram/toast/toast"
|
|
},
|
|
"subpackages": [
|
|
|
|
{
|
|
"root": "pages/my/info-edit",
|
|
"name": "edit",
|
|
"pages": ["index"]
|
|
},
|
|
|
|
{
|
|
"root": "pages/login",
|
|
"name": "login",
|
|
"pages": ["login"]
|
|
},
|
|
{
|
|
"root": "pages/loginCode",
|
|
"name": "loginCode",
|
|
"pages": ["loginCode"]
|
|
},
|
|
|
|
|
|
|
|
{
|
|
"root": "pages/forGetPassword",
|
|
"name": "forGetPassword",
|
|
"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": "我的"
|
|
}
|
|
]
|
|
},
|
|
"resolveAlias": {
|
|
"~/*": "/*"
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|