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.
59 lines
1.5 KiB
59 lines
1.5 KiB
{ |
|
"$schema": "https://dldir1.qq.com/WechatWebDev/editor-extension/wx-json/app.schema.json", |
|
"pages": ["pages/start/index", "pages/tourists/index", "pages/work/index", "pages/index/index"], |
|
"subPackages": [ |
|
{ |
|
"root": "ground", |
|
"pages": [ |
|
"pages/login/index", |
|
"pages/home/index", |
|
"pages/pharmacist/index", |
|
"pages/my/index", |
|
"pages/invite/index", |
|
"pages/stat/index", |
|
"pages/changeNickname/index", |
|
"pages/changeTel/index" |
|
] |
|
}, |
|
{ |
|
"root": "doctor", |
|
"pages": [ |
|
"pages/home/index", |
|
"pages/my/index", |
|
"pages/invite/index", |
|
"pages/login/index", |
|
"pages/loginForm/index", |
|
"pages/patientList/index", |
|
"pages/articleList/index", |
|
"pages/article/index", |
|
"pages/changeNickname/index", |
|
"pages/changeTel/index", |
|
"pages/stat/index" |
|
] |
|
}, |
|
{ |
|
"root": "privacy", |
|
"pages": ["pages/policy/index", "pages/policy1/index"] |
|
} |
|
], |
|
"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": "获取您的当前位置,用于模糊匹配您附近的活动" |
|
} |
|
} |
|
}
|
|
|