shuziren/HR/AIproject/utils/url.js

7 lines
222 B
JavaScript
Raw Normal View History

2024-02-29 08:06:26 +00:00
const backUrl = 'http://aihr.ysmental.com:5380';
const AIchatUrl = 'http://aihr.ysmental.com:7480';
const AIvideoUrl = 'https://www.example.com/page3';
module.exports = { backUrl, AIchatUrl, AIvideoUrl };