@@ -68,11 +68,11 @@ spring:
# redis 配置
redis:
# 地址
- host: 127.0.0.1
+ host: www.sooka.onest.com
# 端口,默认为6379
port: 16379
# 数据库索引
- database: 0
+ database: 1
# 密码
password: sooka123456
# 连接超时时间
@@ -1,7 +1,7 @@
import axios from 'axios'
// sso-client 的后端服务地址
-export const baseUrl = "http://127.0.0.1:3043";
+export const baseUrl = "http://192.168.1.11:3043";
// export const baseUrl = process.env.VUE_APP_BASE_API;