修改格式错误的问题
This commit is contained in:
@ -6,6 +6,10 @@
|
|||||||
{
|
{
|
||||||
"launchtype" : "remote"
|
"launchtype" : "remote"
|
||||||
},
|
},
|
||||||
|
"h5" :
|
||||||
|
{
|
||||||
|
"launchtype" : "remote"
|
||||||
|
},
|
||||||
"mp-weixin" :
|
"mp-weixin" :
|
||||||
{
|
{
|
||||||
"launchtype" : "remote"
|
"launchtype" : "remote"
|
||||||
|
168
manifest.json
168
manifest.json
@ -70,10 +70,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
/* 应用发布信息 */
|
/* 应用发布信息 */
|
||||||
"distribute" : {
|
"distribute": {
|
||||||
/* android打包配置 */
|
/* android打包配置 */
|
||||||
"android" : {
|
"android": {
|
||||||
"permissions" : [
|
"permissions": [
|
||||||
"<uses-feature android:name=\"android.hardware.camera\"/>",
|
"<uses-feature android:name=\"android.hardware.camera\"/>",
|
||||||
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
|
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
|
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
|
||||||
@ -93,91 +93,91 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
/* ios打包配置 */
|
/* ios打包配置 */
|
||||||
"ios" : {},
|
"ios": {},
|
||||||
/* SDK配置 */
|
/* SDK配置 */
|
||||||
"sdkConfigs" : {
|
"sdkConfigs": {
|
||||||
"oauth" : {
|
"oauth": {
|
||||||
"weixin" : {
|
"weixin": {
|
||||||
"appid" : "wx7c84ede33062d1e4",
|
"appid": "wx7c84ede33062d1e4",
|
||||||
"appsecret" : "c47ef66d3311194da44e60387d5c1abd",
|
"appsecret": "c47ef66d3311194da44e60387d5c1abd",
|
||||||
"UniversalLinks" : "https://yixiang.co/app/"
|
"UniversalLinks": "https://yixiang.co/app/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"payment" : {
|
"payment": {
|
||||||
"weixin" : {
|
"weixin": {
|
||||||
"appid" : "wx7c84ede33062d1e4",
|
"appid": "wx7c84ede33062d1e4",
|
||||||
"UniversalLinks" : "https://yixiang.co/app/"
|
"UniversalLinks": "https://yixiang.co/app/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"share" : {
|
"share": {
|
||||||
"weixin" : {
|
"weixin": {
|
||||||
"appid" : "wx7c84ede33062d1e4",
|
"appid": "wx7c84ede33062d1e4",
|
||||||
"UniversalLinks" : "https://yixiang.co/app/"
|
"UniversalLinks": "https://yixiang.co/app/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ad" : {},
|
"ad": {},
|
||||||
"geolocation" : {}
|
"geolocation": {}
|
||||||
},
|
},
|
||||||
"splashscreen" : {
|
"splashscreen": {
|
||||||
"ios" : {
|
"ios": {
|
||||||
"iphone" : {
|
"iphone": {
|
||||||
"portrait-896h@3x" : "splash/1242+2688.png",
|
"portrait-896h@3x": "splash/1242+2688.png",
|
||||||
"portrait-896h@2x" : "splash/828+1792.png",
|
"portrait-896h@2x": "splash/828+1792.png",
|
||||||
"iphonex" : "splash/1125+2436.png",
|
"iphonex": "splash/1125+2436.png",
|
||||||
"retina55" : "splash/1142+2208.png",
|
"retina55": "splash/1142+2208.png",
|
||||||
"retina47" : "splash/750+1334.png",
|
"retina47": "splash/750+1334.png",
|
||||||
"retina40" : "splash/640+1136.png",
|
"retina40": "splash/640+1136.png",
|
||||||
"retina35" : "splash/640+960.png"
|
"retina35": "splash/640+960.png"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"android" : {
|
"android": {
|
||||||
"hdpi" : "splash/480+762.png",
|
"hdpi": "splash/480+762.png",
|
||||||
"xhdpi" : "splash/720+1242.png",
|
"xhdpi": "splash/720+1242.png",
|
||||||
"xxhdpi" : "splash/1080+1882.png"
|
"xxhdpi": "splash/1080+1882.png"
|
||||||
},
|
},
|
||||||
"iosStyle" : "common"
|
"iosStyle": "common"
|
||||||
},
|
},
|
||||||
"icons" : {
|
"icons": {
|
||||||
"android" : {
|
"android": {
|
||||||
"hdpi" : "icons/72x72.png",
|
"hdpi": "icons/72x72.png",
|
||||||
"xhdpi" : "icons/96x96.png",
|
"xhdpi": "icons/96x96.png",
|
||||||
"xxhdpi" : "icons/144x144.png",
|
"xxhdpi": "icons/144x144.png",
|
||||||
"xxxhdpi" : "icons/192x192.png"
|
"xxxhdpi": "icons/192x192.png"
|
||||||
},
|
},
|
||||||
"ios" : {
|
"ios": {
|
||||||
"appstore" : "icons/1024x1024.png",
|
"appstore": "icons/1024x1024.png",
|
||||||
"ipad" : {
|
"ipad": {
|
||||||
"app" : "icons/76x76.png",
|
"app": "icons/76x76.png",
|
||||||
"app@2x" : "icons/152x152.png",
|
"app@2x": "icons/152x152.png",
|
||||||
"notification" : "icons/20x20.png",
|
"notification": "icons/20x20.png",
|
||||||
"notification@2x" : "icons/40x40.png",
|
"notification@2x": "icons/40x40.png",
|
||||||
"proapp@2x" : "icons/167x167.png",
|
"proapp@2x": "icons/167x167.png",
|
||||||
"settings" : "icons/29x29.png",
|
"settings": "icons/29x29.png",
|
||||||
"settings@2x" : "icons/58x58.png",
|
"settings@2x": "icons/58x58.png",
|
||||||
"spotlight" : "icons/40x40.png",
|
"spotlight": "icons/40x40.png",
|
||||||
"spotlight@2x" : "icons/80x80.png"
|
"spotlight@2x": "icons/80x80.png"
|
||||||
},
|
},
|
||||||
"iphone" : {
|
"iphone": {
|
||||||
"app@2x" : "icons/120x120.png",
|
"app@2x": "icons/120x120.png",
|
||||||
"app@3x" : "icons/180x180.png",
|
"app@3x": "icons/180x180.png",
|
||||||
"notification@2x" : "icons/40x40.png",
|
"notification@2x": "icons/40x40.png",
|
||||||
"notification@3x" : "icons/60x60.png",
|
"notification@3x": "icons/60x60.png",
|
||||||
"settings@2x" : "icons/58x58.png",
|
"settings@2x": "icons/58x58.png",
|
||||||
"settings@3x" : "icons/87x87.png",
|
"settings@3x": "icons/87x87.png",
|
||||||
"spotlight@2x" : "icons/80x80.png",
|
"spotlight@2x": "icons/80x80.png",
|
||||||
"spotlight@3x" : "icons/120x120.png"
|
"spotlight@3x": "icons/120x120.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"quickapp" : {},
|
"quickapp": {},
|
||||||
"mp-weixin" : {
|
"mp-weixin": {
|
||||||
"appid" : "wx604d2ea4702620d2",
|
"appid": "wx604d2ea4702620d2",
|
||||||
"setting" : {
|
"setting": {
|
||||||
"urlCheck" : true,
|
"urlCheck": true,
|
||||||
"postcss" : true,
|
"postcss": true,
|
||||||
"minified" : true
|
"minified": true
|
||||||
},
|
},
|
||||||
"ad": {},
|
"ad": {},
|
||||||
"geolocation": {}
|
"geolocation": {}
|
||||||
@ -283,32 +283,14 @@
|
|||||||
"router": {
|
"router": {
|
||||||
"mode": "history"
|
"mode": "history"
|
||||||
},
|
},
|
||||||
"h5" : {
|
|
||||||
"title" : "yshop",
|
"sdkConfigs": {
|
||||||
"devServer" : {
|
"maps": {
|
||||||
"disableHostCheck" : true,
|
"qqmap": {
|
||||||
"proxy" : {
|
"key": ""
|
||||||
"/h5api" : {
|
|
||||||
// 需要被代理的后台地址
|
|
||||||
"target" : "http://itxzz.51vip.biz/",
|
|
||||||
"changeOrigin" : true,
|
|
||||||
"secure" : false,
|
|
||||||
"pathRewrite" : {
|
|
||||||
"^/h5api" : "/api"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"router" : {
|
|
||||||
"mode" : "history"
|
|
||||||
},
|
|
||||||
"sdkConfigs" : {
|
|
||||||
"maps" : {
|
|
||||||
"qqmap" : {
|
|
||||||
"key" : ""
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"domain" : "h5.yixiang.co"
|
"domain": "h5.yixiang.co"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user