fetch(modify):修改bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m20s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m20s
This commit is contained in:
@@ -32,8 +32,9 @@ export default ({ mode }) => {
|
||||
},
|
||||
// 对象存储代理 - 解决开发环境 CORS 问题
|
||||
'/obs-proxy': {
|
||||
target: 'http://obs-helf.cucloud.cn',
|
||||
target: 'https://obs-helf.cucloud.cn',
|
||||
changeOrigin: true,
|
||||
secure: false,
|
||||
rewrite: (path) => path.replace(/^\/obs-proxy/, '')
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user