You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.8 KiB
73 lines
1.8 KiB
|
1 week ago
|
{
|
||
|
|
"$schema": "https://dldir1.qq.com/WechatWebDev/editor-extension/wx-json/app.schema.json",
|
||
|
|
"pages": [
|
||
|
|
"pages/start/index",
|
||
|
|
"pages/login/index",
|
||
|
|
"pages/index/index",
|
||
|
|
"pages/wall/index",
|
||
|
|
"pages/my/index",
|
||
|
|
"pages/wallDetail/index",
|
||
|
|
"pages/wallForm/index",
|
||
|
|
"pages/confirmInfo/index",
|
||
|
|
"pages/wechatWork/index",
|
||
|
|
"pages/drugMap/index",
|
||
|
|
"pages/hotTopic/index",
|
||
|
|
"pages/hotTopicDetail/index",
|
||
|
|
"pages/health/index",
|
||
|
|
"pages/followForm/index",
|
||
|
|
"pages/followDetail/index",
|
||
|
|
"pages/heartForm/index",
|
||
|
|
"pages/heartDetail/index",
|
||
|
|
"pages/videoList/index",
|
||
|
|
"pages/videoDetail/index",
|
||
|
|
"pages/articleDetail/index"
|
||
|
|
],
|
||
|
|
"subPackages": [
|
||
|
|
{
|
||
|
|
"root": "doc",
|
||
|
|
"pages": ["pages/doc1/index", "pages/doc2/index", "pages/doc3/index", "pages/doc4/index", "pages/doc5/index"]
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"tabBar": {
|
||
|
|
"custom": true,
|
||
|
|
"list": [
|
||
|
|
{
|
||
|
|
"pagePath": "pages/index/index",
|
||
|
|
"text": "首页"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"pagePath": "pages/wall/index",
|
||
|
|
"text": "交流墙"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"pagePath": "pages/health/index",
|
||
|
|
"text": "健康管理"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"pagePath": "pages/my/index",
|
||
|
|
"text": "我的"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"window": {
|
||
|
|
"backgroundTextStyle": "light",
|
||
|
|
"navigationBarBackgroundColor": "#fff",
|
||
|
|
"navigationBarTitleText": "Weixin",
|
||
|
|
"navigationBarTextStyle": "black"
|
||
|
|
},
|
||
|
|
"sitemapLocation": "sitemap.json",
|
||
|
|
"resolveAlias": {
|
||
|
|
"@/*": "/*"
|
||
|
|
},
|
||
|
|
"usingComponents": {
|
||
|
|
"pagination": "/components/pagination/index",
|
||
|
|
"van-icon": "@vant/weapp/icon/index"
|
||
|
|
},
|
||
|
|
"requiredPrivateInfos": [],
|
||
|
|
"permission": {
|
||
|
|
"scope.userFuzzyLocation": {
|
||
|
|
"desc": "获取您的当前位置,用于模糊匹配您附近的活动"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|