1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name" : "hjmp-weixin",
- "appid" : "__UNI__BB3405B",
- "description" : "",
- "versionName" : "1.0.0",
- "versionCode" : "100",
- "transformPx" : false,
- "uniStatistics" : {
- "enable" : false
- },
- "app-plus" : {
- "modules" : {},
- "distribute" : {
- "sdkConfigs" : {
- "payment" : {}
- }
- }
- },
- "quickapp" : {},
- "mp-weixin" : {
- "appid" : "wxaaf0bf0f2dbccac8",
- "setting" : {
- "urlCheck" : false,
- "minified" : true,
- "postcss" : true,
- "es6" : false
- },
- "usingComponents" : true,
- "permission" : {
- "scope.userLocation" : {
- "desc" : "请求获取您的位置信息"
- }
- }
- },
- "mp-alipay" : {
- "usingComponents" : true
- },
- "mp-baidu" : {
- "appid" : "",
- "usingComponents" : true
- },
- "mp-toutiao" : {
- "appid" : "",
- "usingComponents" : true,
- "urlCheck" : false
- },
- "mp-qq" : {
- "usingComponents" : true
- }
- }
|