石广澎
2024-06-13 2a93afc95dda6afd1479af042e178b3e84a0c8c4
manifest.json
@@ -73,12 +73,21 @@
    "h5" : {
        "title" : "支付",
        "router" : {
            "base" : "/scanPay/",
            "base" : "/pay/",
            "mode" : "history"
        },
        "devServer" : {
            "https" : false,
            "disableHostCheck" : true
            "proxy" : {
                "/dev-api" : {
                    "target" : "http://172.16.2.117:8080",
                    "changeOrigin" : true,
                    "secure" : false,
                    "pathRewrite" : {
                        "^/dev-api" : ""
                    }
                }
            },
            "port" : ""
        },
        "optimization" : {
            "treeShaking" : {