表单颜色标记,用户输入数据提交时保存
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
/** 当前环境,手动切换 */
|
||||
const ENV = 'dev'
|
||||
const ENV = 'prod'
|
||||
|
||||
/** 各环境配置 */
|
||||
const envConfigs: Record<string, {
|
||||
@@ -19,7 +19,7 @@ const envConfigs: Record<string, {
|
||||
},
|
||||
prod: {
|
||||
dataBaseApi: 'https://www.offerpai.com.cn/api',
|
||||
aiBaseApi: 'https://www.offerpai.com.cn/ai',
|
||||
aiBaseApi: 'https://www.offerpai.com.cn/ai-api',
|
||||
cookieSourceUrl: 'https://www.offerpai.com.cn',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user