feat:修改setting
This commit is contained in:
@ -51,8 +51,8 @@ const ENV_CONFIG: Record<Environment, IccoderConfig> = {
|
|||||||
},
|
},
|
||||||
/** 生产环境 - 通过 Gateway 路由 */
|
/** 生产环境 - 通过 Gateway 路由 */
|
||||||
prod: {
|
prod: {
|
||||||
backendUrl: "https://api.iccoder.com/iccoder",
|
backendUrl: "https://api.iccoder.com",
|
||||||
backendUrlStrongeLoop: "https://api.iccoder.com",
|
backendUrlStrongeLoop: "http://192.168.1.115:2029",
|
||||||
loginUrl: "https://iccoder.com/login",
|
loginUrl: "https://iccoder.com/login",
|
||||||
timeout: 60000,
|
timeout: 60000,
|
||||||
userId: "default-user",
|
userId: "default-user",
|
||||||
|
|||||||
Reference in New Issue
Block a user