feat: 更新默认后端服务地址为192.168.1.108

This commit is contained in:
Roe-xin
2025-12-30 16:10:49 +08:00
parent 3f0cc8ae29
commit c42ebdfe59

View File

@ -16,7 +16,7 @@ export interface IccoderConfig {
/** 默认配置 */ /** 默认配置 */
const DEFAULT_CONFIG: IccoderConfig = { const DEFAULT_CONFIG: IccoderConfig = {
backendUrl: "http://localhost:8080", backendUrl: "http://192.168.1.108:2233",
timeout: 60000, timeout: 60000,
userId: "default-user", userId: "default-user",
}; };