客户端消息发送
This commit is contained in:
8
im-uniapp/common/config.js
Normal file
8
im-uniapp/common/config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default class config{
|
||||
static getImApiUrl(){
|
||||
return process.env.NODE_ENV === 'development' ? 'http://127.0.0.1:28000/v1' :'http://www.shudong.xyz/shudong_api/';
|
||||
}
|
||||
static getImAppId(){
|
||||
return 10000;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user