zhaojs
2023-09-21 3cbd9dc493e8663d9ec1a2816e664f7c9289b8a3
h5/apph5/manifest.json
@@ -17,7 +17,9 @@
            "delay" : 0
        },
        /* 模块配置 */
        "modules" : {},
        "modules" : {
            "OAuth" : {}
        },
        /* 应用发布信息 */
        "distribute" : {
            /* android打包配置 */
@@ -38,12 +40,20 @@
                    "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
                    "<uses-feature android:name=\"android.hardware.camera\"/>",
                    "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
                ]
                ],
                "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ]
            },
            /* ios打包配置 */
            "ios" : {},
            /* SDK配置 */
            "sdkConfigs" : {}
            "sdkConfigs" : {
                "oauth" : {
                    "weixin" : {
                        "appid" : "wxc74c0ee1cf8efafd",
                        "UniversalLinks" : ""
                    }
                }
            }
        }
    },
    /* 快应用特有相关 */
@@ -77,6 +87,12 @@
            "public" : "0.0.0.0",
            "proxy" : {
                //配置代理服务器来解决跨域问题,uniapp不适用CORS方案和设置JSONP方案
                "/wxback/" : {
                    //映射域名
                    "target" : "http://wxkf.ushopvip.com", //测试环境
                    "changeOrigin" : true, //是否跨域
                    "secure" : false // 是否支持 https 协议的代理
                },
                "/openwize/" : {
                    //映射域名
                    "target" : "http://vx8.cc", //测试环境