Commit caeb67aa authored by 朱彩云's avatar 朱彩云

fix(vue.config): 代理地址改为测试

parent df6faaec
......@@ -52,8 +52,8 @@ module.exports = {
hot: true,
proxy: {
'^/api_bims': {
// target: 'http://47.99.75.3:8070', // 测试
target: 'http://bims.medilink-global.com.cn/api_bims', // 生产
target: 'http://47.99.75.3:8070', // 测试
// target: 'http://bims.medilink-global.com.cn/api_bims', // 生产
pathRewrite: {
'^/api_bims': '/'
},
......
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