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.
|
|
|
{
|
|
|
|
"$schema": "https://dldir1.qq.com/WechatWebDev/editor-extension/wx-json/app.schema.json",
|
|
|
|
"pages": [
|
|
|
|
"pages/index/index",
|
|
|
|
"pages/my/index",
|
|
|
|
"pages/applyFrom/index",
|
|
|
|
"pages/applyFromResult/index",
|
|
|
|
"pages/knowledge/index",
|
|
|
|
"pages/knowledgeDetail/index",
|
|
|
|
"pages/knowledgeDetailVideo/index",
|
|
|
|
"pages/ask/index"
|
|
|
|
],
|
|
|
|
"subPackages": [
|
|
|
|
{
|
|
|
|
"root": "patient",
|
|
|
|
"pages": ["pages/protocol/index", "pages/login/index", "pages/entryInfo/index"]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"tabBar": {
|
|
|
|
"custom": true,
|
|
|
|
"list": [
|
|
|
|
{
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
"text": "首页"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pagePath": "pages/knowledge/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": ["getFuzzyLocation"],
|
|
|
|
"permission": {
|
|
|
|
"scope.userFuzzyLocation": {
|
|
|
|
"desc": "获取您的当前位置,用于模糊匹配您附近的活动"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|