更新mdh5页面
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user