1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name" : "壹领小程序",
- "appid" : "__UNI__2069C61",
- "description" : "壹领医疗的官方小程序",
- "versionName" : "1.0.0",
- "versionCode" : "100",
- "transformPx" : false,
- /* 5+App特有相关 */
- "app-plus" : {},
- // ... (保持不变)
- /* 快应用特有相关 */
- "quickapp" : {},
- /* 小程序特有相关 */
- "mp-weixin" : {
- "appid" : "wxed3b59f12231cf4f",
- "setting" : {
- "urlCheck" : false,
- "es6" : true,
- "postcss" : true,
- "minified" : true,
- "newFeature" : true,
- "coverView" : true,
- "autoAudits" : false,
- "checkInvalidKey" : true,
- "checkSiteMap" : true,
- "uploadWithSourceMap" : true,
- "babelSetting" : {
- "ignore" : [],
- "disablePlugins" : [],
- "outputPath" : ""
- }
- },
- "usingComponents" : true,
- "permission" : {
- "scope.userLocation" : {
- "desc" : "您的位置信息将用于小程序位置接口的效果展示"
- },
- "scope.userInfo" : {
- "desc" : "您的用户信息将用于完善会员资料"
- },
- "scope.phoneNumber" : {
- "desc" : "您的手机号将用于账号登录和安全验证"
- }
- }
- },
- "mp-alipay" : {
- "usingComponents" : true
- },
- "mp-baidu" : {
- "usingComponents" : true
- },
- "mp-toutiao" : {
- "usingComponents" : true
- },
- "uniStatistics" : {
- "enable" : false
- },
- "vueVersion" : "3"
- }
|