zhaojs
2023-08-08 829561438b88ce2f63f8cc1fd44a5eea895371e2
h5/apph5/manifest.json
@@ -17,7 +17,9 @@
            "delay" : 0
        },
        /* 模块配置 */
        "modules" : {},
        "modules" : {
            "OAuth" : {}
        },
        /* 应用发布信息 */
        "distribute" : {
            /* android打包配置 */
@@ -43,7 +45,14 @@
            /* ios打包配置 */
            "ios" : {},
            /* SDK配置 */
            "sdkConfigs" : {}
            "sdkConfigs" : {
                "oauth" : {
                    "weixin" : {
                        "appid" : "wxc74c0ee1cf8efafd",
                        "UniversalLinks" : ""
                    }
                }
            }
        }
    },
    /* 快应用特有相关 */
@@ -77,6 +86,18 @@
            "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", //测试环境
                    "changeOrigin" : true, //是否跨域
                    "secure" : true // 是否支持 https 协议的代理
                },
                "/api/" : {
                    //映射域名
                    "target" : "http://dfg.shop.com", //测试环境