From 2bd26389af90ee308f6b41eab6066af5c6dd28e9 Mon Sep 17 00:00:00 2001 From: zhiqiang feng Date: Fri, 2 Sep 2022 17:17:15 +0800 Subject: [PATCH] change dev proxy to hz015 --- proxy.conf.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/proxy.conf.json b/proxy.conf.json index 840a61d..2efe5f2 100644 --- a/proxy.conf.json +++ b/proxy.conf.json @@ -1,30 +1,30 @@ { "/sysapi": { - "target": "http://130.120.3.231:91", + "target": "http://hz015.int.it2000.com.cn", "secure": false, "changeOrigin": true, "ws": true }, "/login": { - "target": "http://130.120.3.231:91", + "target": "http://hz015.int.it2000.com.cn", "secure": false, "changeOrigin": true, "ws": true }, "/logout": { - "target": "http://130.120.3.231:91", + "target": "http://hz015.int.it2000.com.cn", "secure": false, "changeOrigin": true, "ws": true }, "/adminapi": { - "target": "http://130.120.3.231:91", + "target": "http://hz015.int.it2000.com.cn", "secure": false, "changeOrigin": true, "ws": true }, "/v2": { - "target": "http://130.120.3.231:91", + "target": "http://hz015.int.it2000.com.cn", "secure": false, "changeOrigin": true, "ws": true @@ -36,7 +36,7 @@ "ws": true }, "/msgexchangeapi": { - "target": "http://130.120.3.231:91", + "target": "http://hz015.int.it2000.com.cn", "secure": false, "changeOrigin": true, "ws": true