更新正式环境部署
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
|
||||
//api 请求路径 本地
|
||||
// http://chat.qxmier.com
|
||||
// http://vschat.qxmier.com
|
||||
const BASE_URL="http://vschat.qxmier.com";
|
||||
const PRIMARY_BGURL = "https://vespa.qxmier.com/image/fy_bg.jpg";
|
||||
// http://md.xscmmidi.site 正式api
|
||||
// http://tmd.xscmmidi.site 测试api
|
||||
const BASE_URL = "http://md.xscmmidi.site";
|
||||
// 前端访问域名
|
||||
// tmdh.xscmmidi.site 测试
|
||||
// mdh.xscmmidi.site 正式
|
||||
const PRIMARY_BGURL = "http://mdh.xscmmidi.site/image/fy_bg.jpg";
|
||||
// 工会管理员
|
||||
const PRIMARY_BLYURL = "https://vespa.qxmier.com/image/fy_gly.png";
|
||||
const PRIMARY_BLYURL = "http://mdh.xscmmidi.site/image/fy_gly.png";
|
||||
//IM app_key
|
||||
const IM_APP_TOKEN="67962a777e2b13bc6a4bde3ccd389d1e";
|
||||
const BASR_COLOR = '#6C49E4';
|
||||
|
||||
Reference in New Issue
Block a user