协议调试:聊天
This commit is contained in:
@@ -6,7 +6,7 @@ import { HttpChatService } from "./HttpChatService";
|
||||
import { MockChatService } from "./MockChatService";
|
||||
|
||||
// 模拟开关
|
||||
const USE_MOCK = true;
|
||||
const USE_MOCK = false;
|
||||
|
||||
export class ChatService implements IChatService {
|
||||
private static _I: ChatService | null = null;
|
||||
|
||||
Reference in New Issue
Block a user