Merge pull request #12232 from dataease/pr@dev-v2_dzz

fix: 删除注释
This commit is contained in:
dataeaseShu 2024-09-14 16:49:59 +08:00 committed by GitHub
commit bef8c50319
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ export default {
}, },
// 使用 proxy 实例 // 使用 proxy 实例
'/api': { '/api': {
target: 'https://de2.fit2cloud.com', target: 'http://localhost:8100',
changeOrigin: true, changeOrigin: true,
rewrite: path => path.replace(/^\/api/, 'de2api') rewrite: path => path.replace(/^\/api/, 'de2api')
} }