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; }