9 lines
322 B
JavaScript
9 lines
322 B
JavaScript
|
|
// const backUrl = 'http://aihr.ysmental.com:5380';
|
|
const backUrl = 'https://aiinterviewersystem.kooldns.cn';
|
|
// const AIchatUrl = 'http://aihr.ysmental.com:7480';
|
|
const AIchatUrl = 'https://text2model.kooldns.cn';
|
|
const AIvideoUrl = 'https://www.example.com/page3';
|
|
|
|
module.exports = { backUrl, AIchatUrl, AIvideoUrl };
|