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

9 lines
322 B
JavaScript
Raw Normal View History

2024-02-29 08:06:26 +00:00
// 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 };