协议调试
This commit is contained in:
@@ -5,7 +5,7 @@ import { HttpThemeService } from "./HttpThemeService";
|
||||
import { MockThemeService } from "./MockThemeService";
|
||||
|
||||
// 模拟开关
|
||||
const USE_MOCK = true;
|
||||
const USE_MOCK = false;
|
||||
|
||||
export class ThemeService implements IThemeService {
|
||||
private static _I: ThemeService | null = null;
|
||||
|
||||
Reference in New Issue
Block a user