初始化
This commit is contained in:
15
until/config.js
Normal file
15
until/config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
//api 请求路径 本地
|
||||
// http://chat.qxmier.com
|
||||
// http://vschat.qxmier.com
|
||||
const BASE_URL="http://chat.qxmier.com";
|
||||
|
||||
//api 请求路径 测试
|
||||
// const BASE_URL="https://h5.qxcms.com/api";
|
||||
|
||||
//IM app_key
|
||||
const IM_APP_TOKEN="67962a777e2b13bc6a4bde3ccd389d1e";
|
||||
export {
|
||||
BASE_URL,
|
||||
IM_APP_TOKEN
|
||||
}
|
||||
Reference in New Issue
Block a user