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