123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- {
- "name" : "台州互联融媒体",
- "appid" : "__UNI__EEC3739",
- "description" : "",
- "versionName" : "1.0.7",
- "versionCode" : 107,
- "transformPx" : false,
- "app-plus" : {
- /* 5+App特有相关 */
- "usingComponents" : true,
- "splashscreen" : {
- "alwaysShowBeforeRender" : true,
- "waiting" : true,
- "autoclose" : true,
- "delay" : 0
- },
- "modules" : {
- "Payment" : {}
- },
- /* 模块配置 */
- "distribute" : {
- /* 应用发布信息 */
- "android" : {
- /* android打包配置 */
- "permissions" : [
- "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
- "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
- "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
- "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
- "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>"
- ],
- "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
- },
- "ios" : {
- "idfa" : false
- },
- /* ios打包配置 */
- "sdkConfigs" : {
- "maps" : {},
- "oauth" : {
- "weixin" : {
- "appid" : "",
- "appsecret" : "",
- "UniversalLinks" : ""
- }
- },
- "geolocation" : {},
- "payment" : {
- "weixin" : {
- "__platform__" : [ "android" ],
- "appid" : "wxf5df6dcc18834a18",
- "UniversalLinks" : ""
- }
- },
- "push" : {},
- "share" : {},
- "speech" : {},
- "statics" : {},
- "ad" : {}
- },
- "splashscreen" : {
- "androidStyle" : "default",
- "android" : {
- "hdpi" : "",
- "xhdpi" : "",
- "xxhdpi" : ""
- }
- },
- "icons" : {
- "android" : {
- "hdpi" : "",
- "xhdpi" : "",
- "xxhdpi" : "",
- "xxxhdpi" : ""
- },
- "ios" : {
- "appstore" : "",
- "ipad" : {
- "app" : "",
- "app@2x" : "",
- "notification" : "",
- "notification@2x" : "",
- "proapp@2x" : "",
- "settings" : "",
- "settings@2x" : "",
- "spotlight" : "",
- "spotlight@2x" : ""
- },
- "iphone" : {
- "app@2x" : "",
- "app@3x" : "",
- "notification@2x" : "",
- "notification@3x" : "",
- "settings@2x" : "",
- "settings@3x" : "",
- "spotlight@2x" : "",
- "spotlight@3x" : ""
- }
- }
- }
- }
- },
- /* SDK配置 */
- "quickapp" : {},
- /* 快应用特有相关 */
- "mp-weixin" : {
- /* 小程序特有相关 */
- "usingComponents" : true,
- "appid" : "",
- "setting" : {
- "urlCheck" : true
- }
- },
- // "h5" : {
- // "title" : "商城",
- // "domain" : "",
- // "router" : {
- // "base" : "/index/",
- // "mode" : "hash"
- // },
- // "devServer" : {
- // "proxy" : {
- // "/api" : {
- // "target" : "http://192.168.0.101/api",
- // // "changeOrigin": true,
- // "pathRewrite" : {
- // "/api" : "" // rewrite path
- // }
- // }
- // }
- // }
- // }
- "h5" : {
- "title" : "台州互联融媒体",
- "domain" : "",
- "router" : {
- "base" : "/index/",
- "mode" : "hash"
- },
- "devServer" : {
- "proxy" : {
- "/api" : {
- "target" : "http://media.fgtpt.cn/api", //请求的目标域名
- // "target" : "http://rmt.frp.liuniu946.com/api",
- "changeOrigin" : true,
- // "secure": false,
- "pathRewrite" : {
- "^/api" : "/"
- }
- }
- }
- }
- }
- }
|