MrShi
昨天 39fc2d6754953e41a7334a2166347baacfcfb40a
h5_meeting/manifest.json
@@ -1,34 +1,10 @@
{
    "name" : "h5_meeting",
    "appid" : "__UNI__EF8BAA7",
    "name" : "安泰会议室",
    "appid" : "__UNI__C77DAC4",
    "description" : "",
    "versionName" : "1.0.0",
    "versionCode" : "100",
    "transformPx" : false,
      "h5": {
            "router": {
               "mode": "hash",
               "base": "./"
            },
            // "base" : "/h5/"
            "devServer": {
               "port": 8090,
               "historyApiFallback": true,
               "disableHostCheck": true,
               "proxy": {
                  "/meetingAdmin": {
                     // 这个字段名需与你配置的basePrefixUrl一致,系统识别到带有/dev-api请求的地址时,会在前面拼接上代理服务器地址
                     // "target" : "http://192.168.0.173/admin_interface", // 代理服务器域名或IP地址
                     "target": "http://192.168.137.1:10010", // 代理服务器域名或IP地址
                     "changeOrigin": true, // 允许跨域
                     "pathRewrite": {
                        "^/meetingAdmin": "" // 重写地址,如果实际接口中是不带/dev-api,需要将这个前缀置空,因为这个前缀只是为了识别用,识别完之后就没用了
                     }
                  }
               },
               "https": false
            }
         },
    /* 5+App特有相关 */
    "app-plus" : {
        "usingComponents" : true,
@@ -41,7 +17,9 @@
            "delay" : 0
        },
        /* 模块配置 */
        "modules" : {},
        "modules" : {
            "VideoPlayer" : {}
        },
        /* 应用发布信息 */
        "distribute" : {
            /* android打包配置 */
@@ -65,9 +43,70 @@
                ]
            },
            /* ios打包配置 */
            "ios" : {},
            "ios" : {
                "dSYMs" : false
            },
            /* SDK配置 */
            "sdkConfigs" : {}
            "sdkConfigs" : {
                "ad" : {},
                "oauth" : {}
            },
            "icons" : {
                "android" : {
                    "xxhdpi" : "unpackage/res/icons/144x144.png",
                    "xhdpi" : "unpackage/res/icons/96x96.png",
                    "hdpi" : "unpackage/res/icons/72x72.png",
                    "xxxhdpi" : "unpackage/res/icons/192x192.png"
                },
                "ios" : {
                    "appstore" : "unpackage/res/icons/1024x1024.png",
                    "ipad" : {
                        "app" : "unpackage/res/icons/76x76.png",
                        "app@2x" : "unpackage/res/icons/152x152.png",
                        "notification" : "unpackage/res/icons/20x20.png",
                        "notification@2x" : "unpackage/res/icons/40x40.png",
                        "proapp@2x" : "unpackage/res/icons/167x167.png",
                        "settings" : "unpackage/res/icons/29x29.png",
                        "settings@2x" : "unpackage/res/icons/58x58.png",
                        "spotlight" : "unpackage/res/icons/40x40.png",
                        "spotlight@2x" : "unpackage/res/icons/80x80.png"
                    },
                    "iphone" : {
                        "app@2x" : "unpackage/res/icons/120x120.png",
                        "app@3x" : "unpackage/res/icons/180x180.png",
                        "notification@2x" : "unpackage/res/icons/40x40.png",
                        "notification@3x" : "unpackage/res/icons/60x60.png",
                        "settings@2x" : "unpackage/res/icons/58x58.png",
                        "settings@3x" : "unpackage/res/icons/87x87.png",
                        "spotlight@2x" : "unpackage/res/icons/80x80.png",
                        "spotlight@3x" : "unpackage/res/icons/120x120.png"
                    }
                }
            }
        }
    },
    "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
        }
    },
    /* 快应用特有相关 */
@@ -92,5 +131,5 @@
    "uniStatistics" : {
        "enable" : false
    },
    "vueVersion" : "3"
    "vueVersion" : "2"
}