初始化my文件
This commit is contained in:
25
until/config.js
Normal file
25
until/config.js
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
//api 请求路径 本地
|
||||
// http://md.xscmmidi.site 正式api
|
||||
// http://tmd.xscmmidi.site 测试api
|
||||
const BASE_NAME = 'my语聊'
|
||||
const BASE_URL = "https://my.qixing2.top";
|
||||
// 前端访问域名
|
||||
// tmdh.xscmmidi.site 测试
|
||||
// mdh.xscmmidi.site 正式
|
||||
const PRIMARY_BGURL = "https://myh5.qixing2.top/image/fy_bg.png";
|
||||
// 工会管理员
|
||||
const PRIMARY_BLYURL = "https://myh5.qixing2.top/image/fy_gly.png";
|
||||
//IM app_key
|
||||
const IM_APP_TOKEN="67962a777e2b13bc6a4bde3ccd389d1e";
|
||||
const BASR_COLOR = '#FC7285';
|
||||
const kefu_url = "https://myh5.qixing2.top/image/kefu.png";
|
||||
export default {
|
||||
BASE_URL,
|
||||
IM_APP_TOKEN,
|
||||
PRIMARY_BGURL,
|
||||
PRIMARY_BLYURL,
|
||||
BASR_COLOR,
|
||||
BASE_NAME,
|
||||
kefu_url
|
||||
}
|
||||
Reference in New Issue
Block a user