2021-03-02 07:14:49 +00:00
|
|
|
{
|
2021-03-07 17:09:11 +00:00
|
|
|
"pages": [
|
2021-03-02 07:14:49 +00:00
|
|
|
"pages/index/index",
|
2021-03-07 17:09:11 +00:00
|
|
|
"pages/logs/logs",
|
2021-03-20 17:48:56 +00:00
|
|
|
"pages/bind-document/bind-document",
|
|
|
|
"pages/get-user-info/get-user-info"
|
2021-03-02 07:14:49 +00:00
|
|
|
],
|
2021-03-07 17:09:11 +00:00
|
|
|
"window": {
|
|
|
|
"backgroundTextStyle": "light",
|
2021-03-02 07:14:49 +00:00
|
|
|
"navigationBarBackgroundColor": "#fff",
|
2021-03-16 16:59:21 +00:00
|
|
|
"navigationBarTitleText": "全员育人小程序",
|
2021-03-07 17:09:11 +00:00
|
|
|
"navigationBarTextStyle": "black"
|
2021-03-02 07:14:49 +00:00
|
|
|
},
|
2021-03-20 17:48:56 +00:00
|
|
|
"useExtendedLib": {
|
|
|
|
"weui": true
|
|
|
|
},
|
2021-03-02 07:14:49 +00:00
|
|
|
"style": "v2",
|
|
|
|
"sitemapLocation": "sitemap.json"
|
2021-03-07 17:09:11 +00:00
|
|
|
}
|