1 Star 0 Fork 132

CodeJason/iot-console-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 565 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiwa 提交于 2022-05-30 17:55 . 打包去除sourceMap
const port = process.env.port || process.env.npm_config_port || 9001
module.exports = {
productionSourceMap: false,
runtimeCompiler: true,
devServer: {
host: '0.0.0.0',
port: port,
open: true,
proxy: {
[process.env.VUE_APP_API_BASE_PATH]: {
target: process.env.VUE_APP_API_URL,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_API_BASE_PATH]: ''
}
}
},
disableHostCheck: true
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jasonsang/iot-console-web.git
git@gitee.com:jasonsang/iot-console-web.git
jasonsang
iot-console-web
iot-console-web
master

搜索帮助