@@ -23,7 +23,7 @@ import java.util.Random;
public class SsoRequestUtil {
- public String host = "http://127.0.0.1:17005";
+ public String host = "http://192.168.10.12:3000";
/**
* SSO-Server端 统一认证地址
@@ -1,7 +1,7 @@
import axios from 'axios'
// sso-client 的后端服务地址
-export const baseUrl = "http://127.0.0.1:8080";
+export const baseUrl = "http://127.0.0.1:3043";
// export const baseUrl = process.env.VUE_APP_BASE_API;