石广澎
2024-06-27 1fb498c5d63850cb63163ca295954f86459e4612
manifest.json
@@ -77,8 +77,17 @@
            "mode" : "history"
        },
        "devServer" : {
            "https" : false,
            "disableHostCheck" : true
            "proxy" : {
                "/dev-api" : {
                    "target" : "http://172.16.2.121:8080",
                    "changeOrigin" : true,
                    "secure" : false,
                    "pathRewrite" : {
                        "^/dev-api" : ""
                    }
                }
            },
            "port" : ""
        },
        "optimization" : {
            "treeShaking" : {