feat: 优化

This commit is contained in:
2026-03-02 01:28:46 +08:00
parent b2e5bb85f4
commit ce3d529f80
11 changed files with 88 additions and 33 deletions

View File

@@ -70,7 +70,7 @@ export default defineConfig(({ mode }) => {
},
},
'/oss': {
target: 'https://muye-ai-chat.oss-cn-hangzhou.aliyuncs.com',
target: 'https://oss.muyetools.cn',
changeOrigin: true,
rewrite: (path: string) => path.replace(/^\/oss/, ''),
headers: {