提交 fe61e0df authored 作者: 吕本才's avatar 吕本才

修改代理地址

上级 c644f503
......@@ -5,5 +5,5 @@ VUE_APP_TITLE = 若水数据中台
ENV = 'production'
# 若水数据中台/生产环境
VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'http://192.168.100.38:10001'
port= 10004
\ No newline at end of file
......@@ -33,7 +33,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://192.168.100.138:10001`,
// target: `http://192.168.100.38:10001`,
target: `http://localhost:10001`,
// target: `http://192.168.172.173:8080`,
changeOrigin: true,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论