更新mdh5页面

This commit is contained in:
yziiy
2025-08-14 17:27:36 +08:00
parent f66cc10bf2
commit 555e5d1052
16 changed files with 215 additions and 214 deletions

View File

@@ -2,12 +2,17 @@
//api 请求路径 本地
// http://chat.qxmier.com
// http://vschat.qxmier.com
const BASE_URL="http://chat.qxmier.com";
const BASE_URL="http://vschat.qxmier.com";
const PRIMARY_BGURL = "https://vespa.qxmier.com/image/fy_bg.jpg";
// 工会管理员
const PRIMARY_BLYURL = "https://vespa.qxmier.com/image/fy_gly.png";
//IM app_key
const IM_APP_TOKEN="67962a777e2b13bc6a4bde3ccd389d1e";
const BASR_COLOR = '#6C49E4';
export default {
BASE_URL,
IM_APP_TOKEN,
PRIMARY_BGURL
PRIMARY_BGURL,
PRIMARY_BLYURL,
BASR_COLOR
}