init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
//默认域名,域名格式例如:chat.crmeb.net
|
||||
// 修改下面这行为你的实际域名即可
|
||||
defaultDomainName: 'kefu.c1cscs2026.com',
|
||||
//默认请求方式为https或者http
|
||||
defaultRequestType: 'http',
|
||||
//默认ws链接方式,连接方式wss或者ws
|
||||
defaultWsType: 'ws',
|
||||
//是否打开自定义配置域名,可选值:true|false;关闭后必须要配置默认域名(defaultDomainName)选项
|
||||
isDomainName: false,
|
||||
}
|
||||
Reference in New Issue
Block a user