Files
midi-h5/until/config.js

18 lines
466 B
JavaScript
Raw Normal View History

2025-08-11 11:51:38 +08:00
//api 请求路径 本地
// http://chat.qxmier.com
// http://vschat.qxmier.com
2025-08-14 17:27:36 +08:00
const BASE_URL="http://vschat.qxmier.com";
2025-08-14 11:26:34 +08:00
const PRIMARY_BGURL = "https://vespa.qxmier.com/image/fy_bg.jpg";
2025-08-14 17:27:36 +08:00
// 工会管理员
const PRIMARY_BLYURL = "https://vespa.qxmier.com/image/fy_gly.png";
2025-08-11 11:51:38 +08:00
//IM app_key
const IM_APP_TOKEN="67962a777e2b13bc6a4bde3ccd389d1e";
2025-08-14 17:27:36 +08:00
const BASR_COLOR = '#6C49E4';
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,
2025-08-14 17:27:36 +08:00
PRIMARY_BGURL,
PRIMARY_BLYURL,
BASR_COLOR
2025-08-11 11:51:38 +08:00
}