WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2025-03-19 202b2885fca7905f826cec2c5ce4630b514bcf33
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;