fix: 更正前端本地环境接口代理地址

This commit is contained in:
GraceWalk
2022-09-22 15:37:24 +08:00
parent d4f0a832f3
commit a3a9be4f7f

View File

@@ -34,11 +34,11 @@ module.exports = {
proxy: {
'/ks-km/api/v3': {
changeOrigin: true,
target: 'https://api-kylin-xg02.intra.xiaojukeji.com/ks-km/',
target: 'http://localhost:8080/',
},
'/logi-security/api/v1': {
changeOrigin: true,
target: 'https://api-kylin-xg02.intra.xiaojukeji.com/ks-km/',
target: 'http://localhost:8080/',
},
},
},