登陆信息同步和接口联调

This commit is contained in:
2026-05-14 10:47:51 +08:00
parent 84a2a3993a
commit c86c570896
8 changed files with 272 additions and 87 deletions
+1
View File
@@ -13,6 +13,7 @@ const envConfigs: Record<string, {
}> = {
dev: {
dataBaseApi: 'http://localhost:8080/api',
// aiBaseApi: 'http://192.168.31.133:8000',
aiBaseApi: 'http://localhost:8000',
cookieSourceUrl: 'http://192.168.31.135:5173',
},