mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-02 18:32:08 +08:00
fix: 更正前端本地环境接口代理地址
This commit is contained in:
@@ -34,11 +34,11 @@ module.exports = {
|
|||||||
proxy: {
|
proxy: {
|
||||||
'/ks-km/api/v3': {
|
'/ks-km/api/v3': {
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
target: 'https://api-kylin-xg02.intra.xiaojukeji.com/ks-km/',
|
target: 'http://localhost:8080/',
|
||||||
},
|
},
|
||||||
'/logi-security/api/v1': {
|
'/logi-security/api/v1': {
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
target: 'https://api-kylin-xg02.intra.xiaojukeji.com/ks-km/',
|
target: 'http://localhost:8080/',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user