bases/HostBoot.js
@@ -14,7 +14,6 @@ */ constructor() { this._data = { mockOff: Tools.getUrlParam('mock') === 'off', // 可用主机列表 hostList: { ...project.host.hosts, @@ -194,9 +193,6 @@ */ isOnMock() { if (this.isDevMod()) { if (this._data.mockOff) { return false; } return this.getHostName() === 'lc'; } else { return false;