请求路径
Change-Id: Ib2da6b44db719355bb55848a0f8e95cb39dec94d
diff --git a/nginx.conf b/nginx.conf
index 4910242..d96b07b 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -11,7 +11,7 @@
# 代理 /api/v1/ 到后端服务
location /api/v1/ {
- proxy_pass http://127.0.0.1:8088; # 你的后端暴露位置
+ proxy_pass http://team2.10813352.xyz:8088; # 你的后端暴露位置
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
diff --git a/src/config/config.js b/src/config/config.js
index a772747..365cc9e 100644
--- a/src/config/config.js
+++ b/src/config/config.js
@@ -2,6 +2,6 @@
//serverIP后端服务器地址
- serverIP:'http://localhost:8088'
+ serverIP:'http://team2.10813352.xyz:8088'
}
\ No newline at end of file