|
|
|
@ -1,33 +1,33 @@
|
|
|
|
|
{ |
|
|
|
|
"name" : "ZSW", |
|
|
|
|
"appid" : "__UNI__7085CB1", |
|
|
|
|
"description" : "", |
|
|
|
|
"versionName" : "1.0.2", |
|
|
|
|
"versionCode" : 2, |
|
|
|
|
"transformPx" : false, |
|
|
|
|
"name": "ZSW", |
|
|
|
|
"appid": "__UNI__7085CB1", |
|
|
|
|
"description": "", |
|
|
|
|
"versionName": "1.0.2", |
|
|
|
|
"versionCode": 2, |
|
|
|
|
"transformPx": false, |
|
|
|
|
/* 5+App特有相关 */ |
|
|
|
|
"app-plus" : { |
|
|
|
|
"usingComponents" : true, |
|
|
|
|
"nvueCompiler" : "uni-app", |
|
|
|
|
"compilerVersion" : 3, |
|
|
|
|
"splashscreen" : { |
|
|
|
|
"alwaysShowBeforeRender" : true, |
|
|
|
|
"waiting" : false, |
|
|
|
|
"autoclose" : true, |
|
|
|
|
"delay" : 0 |
|
|
|
|
"app-plus": { |
|
|
|
|
"usingComponents": true, |
|
|
|
|
"nvueCompiler": "uni-app", |
|
|
|
|
"compilerVersion": 3, |
|
|
|
|
"splashscreen": { |
|
|
|
|
"alwaysShowBeforeRender": true, |
|
|
|
|
"waiting": false, |
|
|
|
|
"autoclose": true, |
|
|
|
|
"delay": 0 |
|
|
|
|
}, |
|
|
|
|
/* 模块配置 */ |
|
|
|
|
"modules" : { |
|
|
|
|
"OAuth" : {}, |
|
|
|
|
"Payment" : {}, |
|
|
|
|
"Share" : {}, |
|
|
|
|
"Geolocation" : {} |
|
|
|
|
"modules": { |
|
|
|
|
"OAuth": {}, |
|
|
|
|
"Payment": {}, |
|
|
|
|
"Share": {}, |
|
|
|
|
"Geolocation": {} |
|
|
|
|
}, |
|
|
|
|
/* 应用发布信息 */ |
|
|
|
|
"distribute" : { |
|
|
|
|
"distribute": { |
|
|
|
|
/* android打包配置 */ |
|
|
|
|
"android" : { |
|
|
|
|
"permissions" : [ |
|
|
|
|
"android": { |
|
|
|
|
"permissions": [ |
|
|
|
|
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", |
|
|
|
|
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", |
|
|
|
|
"<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>", |
|
|
|
@ -53,27 +53,27 @@
|
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
/* ios打包配置 */ |
|
|
|
|
"ios" : {}, |
|
|
|
|
"ios": {}, |
|
|
|
|
/* SDK配置 */ |
|
|
|
|
"sdkConfigs" : { |
|
|
|
|
"oauth" : { |
|
|
|
|
"weixin" : { |
|
|
|
|
"appid" : "wx7c84ede33062d1e4", |
|
|
|
|
"appsecret" : "c47ef66d3311194da44e60387d5c1abd", |
|
|
|
|
"UniversalLinks" : "https://yixiang.co/app/" |
|
|
|
|
"sdkConfigs": { |
|
|
|
|
"oauth": { |
|
|
|
|
"weixin": { |
|
|
|
|
"appid": "wx7c84ede33062d1e4", |
|
|
|
|
"appsecret": "c47ef66d3311194da44e60387d5c1abd", |
|
|
|
|
"UniversalLinks": "https://yixiang.co/app/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"payment" : { |
|
|
|
|
"weixin" : { |
|
|
|
|
"appid" : "wx7c84ede33062d1e4", |
|
|
|
|
"UniversalLinks" : "https://yixiang.co/app/" |
|
|
|
|
"payment": { |
|
|
|
|
"weixin": { |
|
|
|
|
"appid": "wx7c84ede33062d1e4", |
|
|
|
|
"UniversalLinks": "https://yixiang.co/app/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
/* 应用发布信息 */ |
|
|
|
|
"distribute" : { |
|
|
|
|
"distribute": { |
|
|
|
|
/* android打包配置 */ |
|
|
|
|
"android" : { |
|
|
|
|
"permissions" : [ |
|
|
|
|
"android": { |
|
|
|
|
"permissions": [ |
|
|
|
|
"<uses-feature android:name=\"android.hardware.camera\"/>", |
|
|
|
|
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", |
|
|
|
|
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>", |
|
|
|
@ -93,168 +93,173 @@
|
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
/* ios打包配置 */ |
|
|
|
|
"ios" : {}, |
|
|
|
|
"ios": {}, |
|
|
|
|
/* SDK配置 */ |
|
|
|
|
"sdkConfigs" : { |
|
|
|
|
"oauth" : { |
|
|
|
|
"weixin" : { |
|
|
|
|
"appid" : "wx7c84ede33062d1e4", |
|
|
|
|
"appsecret" : "c47ef66d3311194da44e60387d5c1abd", |
|
|
|
|
"UniversalLinks" : "https://yixiang.co/app/" |
|
|
|
|
"sdkConfigs": { |
|
|
|
|
"oauth": { |
|
|
|
|
"weixin": { |
|
|
|
|
"appid": "wx7c84ede33062d1e4", |
|
|
|
|
"appsecret": "c47ef66d3311194da44e60387d5c1abd", |
|
|
|
|
"UniversalLinks": "https://yixiang.co/app/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"payment" : { |
|
|
|
|
"weixin" : { |
|
|
|
|
"appid" : "wx7c84ede33062d1e4", |
|
|
|
|
"UniversalLinks" : "https://yixiang.co/app/" |
|
|
|
|
"payment": { |
|
|
|
|
"weixin": { |
|
|
|
|
"appid": "wx7c84ede33062d1e4", |
|
|
|
|
"UniversalLinks": "https://yixiang.co/app/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"share" : { |
|
|
|
|
"weixin" : { |
|
|
|
|
"appid" : "wx7c84ede33062d1e4", |
|
|
|
|
"UniversalLinks" : "https://yixiang.co/app/" |
|
|
|
|
"share": { |
|
|
|
|
"weixin": { |
|
|
|
|
"appid": "wx7c84ede33062d1e4", |
|
|
|
|
"UniversalLinks": "https://yixiang.co/app/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"ad" : {}, |
|
|
|
|
"geolocation" : {} |
|
|
|
|
}, |
|
|
|
|
"splashscreen" : { |
|
|
|
|
"ios" : { |
|
|
|
|
"iphone" : { |
|
|
|
|
"portrait-896h@3x" : "splash/1242+2688.png", |
|
|
|
|
"portrait-896h@2x" : "splash/828+1792.png", |
|
|
|
|
"iphonex" : "splash/1125+2436.png", |
|
|
|
|
"retina55" : "splash/1142+2208.png", |
|
|
|
|
"retina47" : "splash/750+1334.png", |
|
|
|
|
"retina40" : "splash/640+1136.png", |
|
|
|
|
"retina35" : "splash/640+960.png" |
|
|
|
|
"ad": {}, |
|
|
|
|
"geolocation": {} |
|
|
|
|
}, |
|
|
|
|
"splashscreen": { |
|
|
|
|
"ios": { |
|
|
|
|
"iphone": { |
|
|
|
|
"portrait-896h@3x": "splash/1242+2688.png", |
|
|
|
|
"portrait-896h@2x": "splash/828+1792.png", |
|
|
|
|
"iphonex": "splash/1125+2436.png", |
|
|
|
|
"retina55": "splash/1142+2208.png", |
|
|
|
|
"retina47": "splash/750+1334.png", |
|
|
|
|
"retina40": "splash/640+1136.png", |
|
|
|
|
"retina35": "splash/640+960.png" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"android" : { |
|
|
|
|
"hdpi" : "splash/480+762.png", |
|
|
|
|
"xhdpi" : "splash/720+1242.png", |
|
|
|
|
"xxhdpi" : "splash/1080+1882.png" |
|
|
|
|
}, |
|
|
|
|
"iosStyle" : "common" |
|
|
|
|
}, |
|
|
|
|
"icons" : { |
|
|
|
|
"android" : { |
|
|
|
|
"hdpi" : "icons/72x72.png", |
|
|
|
|
"xhdpi" : "icons/96x96.png", |
|
|
|
|
"xxhdpi" : "icons/144x144.png", |
|
|
|
|
"xxxhdpi" : "icons/192x192.png" |
|
|
|
|
}, |
|
|
|
|
"ios" : { |
|
|
|
|
"appstore" : "icons/1024x1024.png", |
|
|
|
|
"ipad" : { |
|
|
|
|
"app" : "icons/76x76.png", |
|
|
|
|
"app@2x" : "icons/152x152.png", |
|
|
|
|
"notification" : "icons/20x20.png", |
|
|
|
|
"notification@2x" : "icons/40x40.png", |
|
|
|
|
"proapp@2x" : "icons/167x167.png", |
|
|
|
|
"settings" : "icons/29x29.png", |
|
|
|
|
"settings@2x" : "icons/58x58.png", |
|
|
|
|
"spotlight" : "icons/40x40.png", |
|
|
|
|
"spotlight@2x" : "icons/80x80.png" |
|
|
|
|
}, |
|
|
|
|
"iphone" : { |
|
|
|
|
"app@2x" : "icons/120x120.png", |
|
|
|
|
"app@3x" : "icons/180x180.png", |
|
|
|
|
"notification@2x" : "icons/40x40.png", |
|
|
|
|
"notification@3x" : "icons/60x60.png", |
|
|
|
|
"settings@2x" : "icons/58x58.png", |
|
|
|
|
"settings@3x" : "icons/87x87.png", |
|
|
|
|
"spotlight@2x" : "icons/80x80.png", |
|
|
|
|
"spotlight@3x" : "icons/120x120.png" |
|
|
|
|
"android": { |
|
|
|
|
"hdpi": "splash/480+762.png", |
|
|
|
|
"xhdpi": "splash/720+1242.png", |
|
|
|
|
"xxhdpi": "splash/1080+1882.png" |
|
|
|
|
}, |
|
|
|
|
"iosStyle": "common" |
|
|
|
|
}, |
|
|
|
|
"icons": { |
|
|
|
|
"android": { |
|
|
|
|
"hdpi": "icons/72x72.png", |
|
|
|
|
"xhdpi": "icons/96x96.png", |
|
|
|
|
"xxhdpi": "icons/144x144.png", |
|
|
|
|
"xxxhdpi": "icons/192x192.png" |
|
|
|
|
}, |
|
|
|
|
"ios": { |
|
|
|
|
"appstore": "icons/1024x1024.png", |
|
|
|
|
"ipad": { |
|
|
|
|
"app": "icons/76x76.png", |
|
|
|
|
"app@2x": "icons/152x152.png", |
|
|
|
|
"notification": "icons/20x20.png", |
|
|
|
|
"notification@2x": "icons/40x40.png", |
|
|
|
|
"proapp@2x": "icons/167x167.png", |
|
|
|
|
"settings": "icons/29x29.png", |
|
|
|
|
"settings@2x": "icons/58x58.png", |
|
|
|
|
"spotlight": "icons/40x40.png", |
|
|
|
|
"spotlight@2x": "icons/80x80.png" |
|
|
|
|
}, |
|
|
|
|
"iphone": { |
|
|
|
|
"app@2x": "icons/120x120.png", |
|
|
|
|
"app@3x": "icons/180x180.png", |
|
|
|
|
"notification@2x": "icons/40x40.png", |
|
|
|
|
"notification@3x": "icons/60x60.png", |
|
|
|
|
"settings@2x": "icons/58x58.png", |
|
|
|
|
"settings@3x": "icons/87x87.png", |
|
|
|
|
"spotlight@2x": "icons/80x80.png", |
|
|
|
|
"spotlight@3x": "icons/120x120.png" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"ad" : {} |
|
|
|
|
"ad": {} |
|
|
|
|
}, |
|
|
|
|
"quickapp" : {}, |
|
|
|
|
"mp-weixin" : { |
|
|
|
|
"appid" : "wx604d2ea4702620d2", |
|
|
|
|
"setting" : { |
|
|
|
|
"urlCheck" : true, |
|
|
|
|
"postcss" : true, |
|
|
|
|
"minified" : true |
|
|
|
|
"quickapp": {}, |
|
|
|
|
"mp-weixin": { |
|
|
|
|
"appid": "wx604d2ea4702620d2", |
|
|
|
|
"setting": { |
|
|
|
|
"urlCheck": true, |
|
|
|
|
"postcss": true, |
|
|
|
|
"minified": true |
|
|
|
|
}, |
|
|
|
|
"usingComponents" : true, |
|
|
|
|
"permission" : { |
|
|
|
|
"scope.userLocation" : { |
|
|
|
|
"desc" : "定位最近的门店" |
|
|
|
|
"usingComponents": true, |
|
|
|
|
"permission": { |
|
|
|
|
"scope.userLocation": { |
|
|
|
|
"desc": "定位最近的门店" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"requiredPrivateInfos" : [ "getLocation", "chooseLocation" ] |
|
|
|
|
}, |
|
|
|
|
"splashscreen" : { |
|
|
|
|
"ios" : { |
|
|
|
|
"iphone" : { |
|
|
|
|
"portrait-896h@3x" : "splash/1242+2688.png", |
|
|
|
|
"portrait-896h@2x" : "splash/828+1792.png", |
|
|
|
|
"iphonex" : "splash/1125+2436.png", |
|
|
|
|
"retina55" : "splash/1142+2208.png", |
|
|
|
|
"retina47" : "splash/750+1334.png", |
|
|
|
|
"retina40" : "splash/640+1136.png", |
|
|
|
|
"retina35" : "splash/640+960.png" |
|
|
|
|
"requiredPrivateInfos": ["getLocation", "chooseLocation"] |
|
|
|
|
}, |
|
|
|
|
"splashscreen": { |
|
|
|
|
"ios": { |
|
|
|
|
"iphone": { |
|
|
|
|
"portrait-896h@3x": "splash/1242+2688.png", |
|
|
|
|
"portrait-896h@2x": "splash/828+1792.png", |
|
|
|
|
"iphonex": "splash/1125+2436.png", |
|
|
|
|
"retina55": "splash/1142+2208.png", |
|
|
|
|
"retina47": "splash/750+1334.png", |
|
|
|
|
"retina40": "splash/640+1136.png", |
|
|
|
|
"retina35": "splash/640+960.png" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"android" : { |
|
|
|
|
"hdpi" : "splash/480+762.png", |
|
|
|
|
"xhdpi" : "splash/720+1242.png", |
|
|
|
|
"xxhdpi" : "splash/1080+1882.png" |
|
|
|
|
}, |
|
|
|
|
"iosStyle" : "common" |
|
|
|
|
}, |
|
|
|
|
"icons" : { |
|
|
|
|
"android" : { |
|
|
|
|
"hdpi" : "icons/72x72.png", |
|
|
|
|
"xhdpi" : "icons/96x96.png", |
|
|
|
|
"xxhdpi" : "icons/144x144.png", |
|
|
|
|
"xxxhdpi" : "icons/192x192.png" |
|
|
|
|
}, |
|
|
|
|
"ios" : { |
|
|
|
|
"appstore" : "icons/1024x1024.png", |
|
|
|
|
"ipad" : { |
|
|
|
|
"app" : "icons/76x76.png", |
|
|
|
|
"app@2x" : "icons/152x152.png", |
|
|
|
|
"notification" : "icons/20x20.png", |
|
|
|
|
"notification@2x" : "icons/40x40.png", |
|
|
|
|
"proapp@2x" : "icons/167x167.png", |
|
|
|
|
"settings" : "icons/29x29.png", |
|
|
|
|
"settings@2x" : "icons/58x58.png", |
|
|
|
|
"spotlight" : "icons/40x40.png", |
|
|
|
|
"spotlight@2x" : "icons/80x80.png" |
|
|
|
|
}, |
|
|
|
|
"iphone" : { |
|
|
|
|
"app@2x" : "icons/120x120.png", |
|
|
|
|
"app@3x" : "icons/180x180.png", |
|
|
|
|
"notification@2x" : "icons/40x40.png", |
|
|
|
|
"notification@3x" : "icons/60x60.png", |
|
|
|
|
"settings@2x" : "icons/58x58.png", |
|
|
|
|
"settings@3x" : "icons/87x87.png", |
|
|
|
|
"spotlight@2x" : "icons/80x80.png", |
|
|
|
|
"spotlight@3x" : "icons/120x120.png" |
|
|
|
|
"android": { |
|
|
|
|
"hdpi": "splash/480+762.png", |
|
|
|
|
"xhdpi": "splash/720+1242.png", |
|
|
|
|
"xxhdpi": "splash/1080+1882.png" |
|
|
|
|
}, |
|
|
|
|
"iosStyle": "common" |
|
|
|
|
}, |
|
|
|
|
"icons": { |
|
|
|
|
"android": { |
|
|
|
|
"hdpi": "icons/72x72.png", |
|
|
|
|
"xhdpi": "icons/96x96.png", |
|
|
|
|
"xxhdpi": "icons/144x144.png", |
|
|
|
|
"xxxhdpi": "icons/192x192.png" |
|
|
|
|
}, |
|
|
|
|
"ios": { |
|
|
|
|
"appstore": "icons/1024x1024.png", |
|
|
|
|
"ipad": { |
|
|
|
|
"app": "icons/76x76.png", |
|
|
|
|
"app@2x": "icons/152x152.png", |
|
|
|
|
"notification": "icons/20x20.png", |
|
|
|
|
"notification@2x": "icons/40x40.png", |
|
|
|
|
"proapp@2x": "icons/167x167.png", |
|
|
|
|
"settings": "icons/29x29.png", |
|
|
|
|
"settings@2x": "icons/58x58.png", |
|
|
|
|
"spotlight": "icons/40x40.png", |
|
|
|
|
"spotlight@2x": "icons/80x80.png" |
|
|
|
|
}, |
|
|
|
|
"iphone": { |
|
|
|
|
"app@2x": "icons/120x120.png", |
|
|
|
|
"app@3x": "icons/180x180.png", |
|
|
|
|
"notification@2x": "icons/40x40.png", |
|
|
|
|
"notification@3x": "icons/60x60.png", |
|
|
|
|
"settings@2x": "icons/58x58.png", |
|
|
|
|
"settings@3x": "icons/87x87.png", |
|
|
|
|
"spotlight@2x": "icons/80x80.png", |
|
|
|
|
"spotlight@3x": "icons/120x120.png" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"quickapp" : {}, |
|
|
|
|
"mp-weixin" : { |
|
|
|
|
"appid" : "wx2914c96abb4b0be9", |
|
|
|
|
"setting" : { |
|
|
|
|
"urlCheck" : false |
|
|
|
|
"quickapp": {}, |
|
|
|
|
"mp-weixin": { |
|
|
|
|
"appid": "wx2914c96abb4b0be9", |
|
|
|
|
"setting": { |
|
|
|
|
"urlCheck": false |
|
|
|
|
}, |
|
|
|
|
"usingComponents" : true, |
|
|
|
|
"permission" : { |
|
|
|
|
"scope.userLocation" : { |
|
|
|
|
"desc" : "定位最近的门店" |
|
|
|
|
"usingComponents": {}, |
|
|
|
|
"permission": { |
|
|
|
|
"scope.userLocation": { |
|
|
|
|
"desc": "定位最近的门店" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"requiredPrivateInfos" : [ "getLocation", "chooseLocation" ], |
|
|
|
|
"plugins" : {} |
|
|
|
|
"requiredPrivateInfos": ["getLocation", "chooseLocation"], |
|
|
|
|
"plugins": { |
|
|
|
|
"contactPlugin": { |
|
|
|
|
"version": "1.4.7", |
|
|
|
|
"provider": "wx104a1a20c3f81ec2" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
// #ifdef MP-WEIXIN |
|
|
|
|
// "live-player-plugin" : { |
|
|
|
@ -262,40 +267,40 @@
|
|
|
|
|
// "provider" : "wx2b03c6e691cd7370" |
|
|
|
|
// } |
|
|
|
|
// #endif |
|
|
|
|
"mp-alipay" : { |
|
|
|
|
"usingComponents" : true |
|
|
|
|
}, |
|
|
|
|
"mp-baidu" : { |
|
|
|
|
"usingComponents" : true |
|
|
|
|
}, |
|
|
|
|
"mp-toutiao" : { |
|
|
|
|
"usingComponents" : true |
|
|
|
|
}, |
|
|
|
|
"h5" : { |
|
|
|
|
"title" : "mall", |
|
|
|
|
"devServer" : { |
|
|
|
|
"disableHostCheck" : true, |
|
|
|
|
"proxy" : { |
|
|
|
|
"^/api" : { |
|
|
|
|
"target" : "https://wxapi.yixiang.co", |
|
|
|
|
"changeOrigin" : true, |
|
|
|
|
"secure" : true, |
|
|
|
|
"pathRewrite" : { |
|
|
|
|
"^/api" : "/api" |
|
|
|
|
"mp-alipay": { |
|
|
|
|
"usingComponents": true |
|
|
|
|
}, |
|
|
|
|
"mp-baidu": { |
|
|
|
|
"usingComponents": true |
|
|
|
|
}, |
|
|
|
|
"mp-toutiao": { |
|
|
|
|
"usingComponents": true |
|
|
|
|
}, |
|
|
|
|
"h5": { |
|
|
|
|
"title": "mall", |
|
|
|
|
"devServer": { |
|
|
|
|
"disableHostCheck": true, |
|
|
|
|
"proxy": { |
|
|
|
|
"^/api": { |
|
|
|
|
"target": "https://wxapi.yixiang.co", |
|
|
|
|
"changeOrigin": true, |
|
|
|
|
"secure": true, |
|
|
|
|
"pathRewrite": { |
|
|
|
|
"^/api": "/api" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"router" : { |
|
|
|
|
"mode" : "history" |
|
|
|
|
"router": { |
|
|
|
|
"mode": "history" |
|
|
|
|
}, |
|
|
|
|
"sdkConfigs" : { |
|
|
|
|
"maps" : { |
|
|
|
|
"qqmap" : { |
|
|
|
|
"key" : "" |
|
|
|
|
"sdkConfigs": { |
|
|
|
|
"maps": { |
|
|
|
|
"qqmap": { |
|
|
|
|
"key": "" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"domain" : "h5.yixiang.co" |
|
|
|
|
"domain": "h5.yixiang.co" |
|
|
|
|
} |
|
|
|
|
} |