ll
liukangdong
2024-10-18 0ed2002103cfe3d0892ee2468d98b7d3fad8e7b9
pda/manifest.json
@@ -1,34 +1,35 @@
{
    "name" : "pda",
    "name" : "月台调度",
    "appid" : "__UNI__8789FB4",
    "description" : "",
    "versionName" : "1.0.0",
    "versionCode" : "100",
    "transformPx" : false,
      "h5" : {
          "router" : {
              "mode" : "hash",
              "base" : "./"
          },
          // "base" : "/h5/"
          "devServer" : {
              "port" : 8090,
              "historyApiFallback" : true,
              "disableHostCheck" : true,
              "proxy" : {
                  "/admin_interface" : {
                      // 这个字段名需与你配置的basePrefixUrl一致,系统识别到带有/dev-api请求的地址时,会在前面拼接上代理服务器地址
                      // "target" : "http://192.168.0.173/admin_interface", // 代理服务器域名或IP地址
                      "target" : "http://192.168.0.139:10010", // 代理服务器域名或IP地址
                      "changeOrigin" : true, // 允许跨域
                      "pathRewrite" : {
                          "^/admin_interface" : "" // 重写地址,如果实际接口中是不带/dev-api,需要将这个前缀置空,因为这个前缀只是为了识别用,识别完之后就没用了
                      }
                  }
              },
              "https" : false
          }
      },
    "h5" : {
        "router" : {
            "mode" : "hash",
            "base" : "./"
        },
        // "base" : "/h5/"
        "devServer" : {
            "port" : 8090,
            "historyApiFallback" : true,
            "disableHostCheck" : true,
            "proxy" : {
                "/gateway_interface" : {
                    // 这个字段名需与你配置的basePrefixUrl一致,系统识别到带有/dev-api请求的地址时,会在前面拼接上代理服务器地址
                    "target" : "http://10.50.250.253:8088/gateway_interface", // 代理服务器域名或IP地址
                    // "target": "http://192.168.0.100:10010", // 代理服务器域名或IP地址
                    "changeOrigin" : true, // 允许跨域
                    "pathRewrite" : {
                        "^/gateway_interface" : "" // 重写地址,如果实际接口中是不带/dev-api,需要将这个前缀置空,因为这个前缀只是为了识别用,识别完之后就没用了
                    }
                }
            },
            "https" : false
        }
    },
    /* 5+App特有相关 */
    "app-plus" : {
        "usingComponents" : true,
@@ -65,9 +66,13 @@
                ]
            },
            /* ios打包配置 */
            "ios" : {},
            "ios" : {
                "dSYMs" : false
            },
            /* SDK配置 */
            "sdkConfigs" : {}
            "sdkConfigs" : {
                "ad" : {}
            }
        }
    },
    /* 快应用特有相关 */