1
wangxinhui
2025-06-10 2779947fe07c41250237437365f367b5a78a03b6
1
2
3
4
5
6
7
8
module.exports = {
    // 配置路径别名
    configureWebpack: {
        devServer: {
            disableHostCheck: true
        }
    }
}