Files
midi-h5/until/config.js

13 lines
317 B
JavaScript
Raw Normal View History

2025-08-11 11:51:38 +08:00
//api 请求路径 本地
// http://chat.qxmier.com
// http://vschat.qxmier.com
const BASE_URL="http://chat.qxmier.com";
2025-08-14 11:26:34 +08:00
const PRIMARY_BGURL = "https://vespa.qxmier.com/image/fy_bg.jpg";
2025-08-11 11:51:38 +08:00
//IM app_key
const IM_APP_TOKEN="67962a777e2b13bc6a4bde3ccd389d1e";
2025-08-14 11:26:34 +08:00
export default {
2025-08-11 11:51:38 +08:00
BASE_URL,
2025-08-14 11:26:34 +08:00
IM_APP_TOKEN,
PRIMARY_BGURL
2025-08-11 11:51:38 +08:00
}