Files
yusheng-h5/until/config.js

15 lines
301 B
JavaScript
Raw Normal View History

2025-08-11 11:06:07 +08:00
//api 请求路径 本地
// http://chat.qxmier.com
// http://vschat.qxmier.com
const BASE_URL="http://chat.qxmier.com";
//api 请求路径 测试
// const BASE_URL="https://h5.qxcms.com/api";
//IM app_key
const IM_APP_TOKEN="67962a777e2b13bc6a4bde3ccd389d1e";
export {
BASE_URL,
IM_APP_TOKEN
}