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