Commit 64ac532b authored by zhangjianqian's avatar zhangjianqian

还原

parent 8d85811c
......@@ -34,11 +34,11 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://localhost:8905/gassafety`,
//target: `http://36.138.180.82:8905/gassafety`,
// target: `http://localhost:8905/gassafety`,
target: `http://36.138.180.82:8905/gassafety`,
// target: `http://36.138.180.82:8905/gassafety`,
// 服务器
//target: `http://36.138.180.82:8079//gassafety`,
// target: `http://36.138.180.82:8079//gassafety`,
changeOrigin: true,
pathRewrite: {
["^" + process.env.VUE_APP_BASE_API]: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment