From 5c2f972d8e27be7824b5fec6e3b925be9ca3504d Mon Sep 17 00:00:00 2001
From: wangxiang <1827945911@qq.com>
Date: Thu, 21 Sep 2023 16:25:55 +0800
Subject: [PATCH] chore: legacy
---
docker/test/default.conf | 6 +++---
src/views/system/ssoLogin/kics/index.vue | 16 ++++++++++++++--
2 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/docker/test/default.conf b/docker/test/default.conf
index d2bba09..829ba6d 100644
--- a/docker/test/default.conf
+++ b/docker/test/default.conf
@@ -27,13 +27,13 @@ server {
# 代理访问后端微服务网关地址
location ^~/prod-api/ {
rewrite ^/prod-api/(.*)$ /$1 break;
- proxy_pass http://kicc-gateway:9999;
+ proxy_pass http://localhost:9999;
}
# 代理访问后端上传地址
location ^~/prod-upload {
rewrite ^/prod-upload(.*)$ /system_proxy/system/file/upload break;
- proxy_pass http://kicc-gateway:9999;
+ proxy_pass http://localhost:9999;
}
# 代理访问后端文件在线预览地址
@@ -43,7 +43,7 @@ server {
# 代理访问后端微服务报表地址,绕过https不能内嵌http
location ^~/ureport/ {
- proxy_pass http://kicc-gateway:9999/report_proxy/ureport/;
+ proxy_pass http://localhost:9999/report_proxy/ureport/;
}
# 代理访问后端微服务大屏设计器地址(直接代理线上)
diff --git a/src/views/system/ssoLogin/kics/index.vue b/src/views/system/ssoLogin/kics/index.vue
index 056386c..3209275 100644
--- a/src/views/system/ssoLogin/kics/index.vue
+++ b/src/views/system/ssoLogin/kics/index.vue
@@ -68,11 +68,12 @@