iot-ui-app/vue.config.js

9 lines
113 B
JavaScript

module.exports = {
// 配置路径别名
configureWebpack: {
devServer: {
disableHostCheck: true
}
}
}