WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2022-06-13 bfff9c67052781de46be61a7ed378a4b65221e58
bases/HostBoot.js
@@ -27,9 +27,9 @@
    /**
     * 创建主机类型
     * @param {string} typeName
     * @param {boolean} [isDefault=false]
     * @param {string} [isDefault='']
     */
    createHostType(typeName, isDefault = false) {
    createHostType(typeName, isDefault = '') {
        if (isDefault === 'default') {
            this._data.defaultHostType = typeName;
        }