WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2022-06-09 ec96dba4bffefd2e66877ce4536c1c44b26e766a
微调主机地址管理工具
1 files modified
4 ■■■■ changed files
bases/HostBoot.js 4 ●●●● patch | view | raw | blame | history
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;
        }