From 1ba26dc38889664c29201acbfe6cfa63b8dd85ca Mon Sep 17 00:00:00 2001 From: cpf <1105965053@qq.com> Date: Wed, 22 Jun 2022 11:17:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxy.config.json | 4 ++-- src/app/system-management/menu/menu.component.html | 10 +++++----- src/app/system-management/menu/menu.component.ts | 3 ++- .../role/editrole/editrole.component.html | 7 +++++++ 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/proxy.config.json b/proxy.config.json index b147575..340035a 100644 --- a/proxy.config.json +++ b/proxy.config.json @@ -1,11 +1,11 @@ { "/api": { - "target": "http://39.106.78.171:8906", + "target": "http://121.36.37.70:8906/", "secure": false, "changeOrigin": true }, "/signalr": { - "target": "http://39.106.78.171:8906", + "target": "http://121.36.37.70:8906/", "secure": false, "ws": true, "logLevel": "debug" diff --git a/src/app/system-management/menu/menu.component.html b/src/app/system-management/menu/menu.component.html index d684dd0..8b26bf4 100644 --- a/src/app/system-management/menu/menu.component.html +++ b/src/app/system-management/menu/menu.component.html @@ -1,9 +1,9 @@