1
hutongqing
2024-12-24 b9616a179aa17f4c69ebbcc7f6cea59b239369d1
1
2
3
4
5
6
7
8
module.exports = {
    // 配置路径别名
    configureWebpack: {
        devServer: {
            disableHostCheck: true
        }
    }
}