fetch(modify):修改bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m20s

This commit is contained in:
sexygoat
2026-01-31 16:33:21 +08:00
parent 16d53709ef
commit ecb79dae43
20 changed files with 1369 additions and 649 deletions

View File

@@ -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/, '')
}
},