Commit 8f37801d authored by 朱彩云's avatar 朱彩云

fix(vue.config.js): 代理改回测试

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