shuziren/job-seeker/miniprogram-2/utils/url.js

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 };