生产环境域名配置修改
This commit is contained in:
+3
-3
@@ -18,9 +18,9 @@ const envConfigs: Record<string, {
|
|||||||
cookieSourceUrl: 'http://192.168.31.135:5173',
|
cookieSourceUrl: 'http://192.168.31.135:5173',
|
||||||
},
|
},
|
||||||
prod: {
|
prod: {
|
||||||
dataBaseApi: 'https://your-domain.com/api',
|
dataBaseApi: 'https://www.offerpai.com.cn/api',
|
||||||
aiBaseApi: 'https://your-domain.com/ai',
|
aiBaseApi: 'https://www.offerpai.com.cn/ai',
|
||||||
cookieSourceUrl: 'https://your-domain.com',
|
cookieSourceUrl: 'https://www.offerpai.com.cn',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user