UNI-APP打包H5出现API `request` is not yet implemented

HBuilder X

        取消摇树勾选

 vscode

取消 treeshaking

 "h5" : {
        "router" : {
            "base" : "/dist/dev/h5",
            "mode" : "hash"
        },
        "template" : "h5.template.html",
        "publicPath": "./",
        "optimization" : {
            "treeShaking" : {
                "enable" : false
            }
        }
    },

猜你喜欢

转载自blog.csdn.net/qq_33839972/article/details/121683473