fix(查询组件): 查询组件优化

This commit is contained in:
dataeaseShu 2024-06-13 10:59:24 +08:00
parent c18906f7bc
commit 1ed234442b

View File

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