MrShi
昨天 39fc2d6754953e41a7334a2166347baacfcfb40a
h5_meeting/manifest.json
@@ -1,6 +1,6 @@
{
    "name" : "安泰会议室",
    "appid" : "__UNI__EF8BAA7",
    "appid" : "__UNI__C77DAC4",
    "description" : "",
    "versionName" : "1.0.0",
    "versionCode" : "100",
@@ -85,26 +85,29 @@
            }
        }
    },
    "h5": {
       "router": {
          "mode": "hash",
          "base": "./"
       },
       "devServer": {
          "port": 8091,
          "historyApiFallback": true,
          "disableHostCheck": true,
          // "proxy": {
          //    "/gateway_interface": {
          //       "target" : "http://10.50.250.253:8088/gateway_interface", // 代理服务器域名或IP地址
          //       "changeOrigin": true, // 允许跨域
          //       "pathRewrite": {
          //          "^/gateway_interface": ""
          //       }
          //    }
          // },
          "https": false
       }
    "h5" : {
        "router" : {
            "mode" : "hash",
            "base" : "./"
        },
        "devServer" : {
            "port" : 8091,
            "historyApiFallback" : true,
            "disableHostCheck" : true,
            "proxy" : {
                "/gateway_interface" : {
                    "target" : "http://10.50.250.253:8088/gateway_interface", // 代理服务器域名或IP地址
                    // "target" : "http://192.168.0.173/gateway_interface", // 代理服务器域名或IP地址
                    // "target" : "https://atwl.ahzyssl.com/zhyq_interface", // 代理服务器域名或IP地址
                    "changeOrigin" : true, // 允许跨域
                    "pathRewrite" : {
                        "^/gateway_interface" : ""
                    }
                }
            },
            "https" : false
        }
    },
    /* 快应用特有相关 */
    "quickapp" : {},
@@ -128,5 +131,5 @@
    "uniStatistics" : {
        "enable" : false
    },
    "vueVersion" : "3"
    "vueVersion" : "2"
}