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