Skip to content

Commit a3a9be4

Browse files
committed
fix: 更正前端本地环境接口代理地址
1 parent d4f0a83 commit a3a9be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

km-console/packages/layout-clusters-fe/config/webpack.dev.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ module.exports = {
3434
proxy: {
3535
'/ks-km/api/v3': {
3636
changeOrigin: true,
37-
target: 'https://api-kylin-xg02.intra.xiaojukeji.com/ks-km/',
37+
target: 'http://localhost:8080/',
3838
},
3939
'/logi-security/api/v1': {
4040
changeOrigin: true,
41-
target: 'https://api-kylin-xg02.intra.xiaojukeji.com/ks-km/',
41+
target: 'http://localhost:8080/',
4242
},
4343
},
4444
},

0 commit comments

Comments
 (0)