协议调试
This commit is contained in:
@@ -17,7 +17,7 @@ export class MockCommonService implements ICommonService {
|
||||
|
||||
let data = "";
|
||||
const resName = req.resName;
|
||||
if (resName === "global_config") {
|
||||
if (resName === "TbGlobalConfig") {
|
||||
// 全局配置
|
||||
data = this.getGlobalConfig();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user