优化前端组件名称定义.

This commit is contained in:
lijiahangmax
2024-03-07 23:00:34 +08:00
parent 13d883c223
commit 2fd069e1d5
56 changed files with 74 additions and 73 deletions

View File

@@ -91,7 +91,7 @@
<script lang="ts" setup>
import type { TreeNodeData } from '@arco-design/web-vue';
import { computed, nextTick, onMounted, ref } from 'vue';
import { createGroupGroupPrefix, rootId } from './types/const';
import { createGroupGroupPrefix, rootId } from '../const';
import { findNode, findParentNode, moveNode } from '@/utils/tree';
import { createHostGroup, deleteHostGroup, updateHostGroupName, moveHostGroup } from '@/api/asset/host-group';
import { isString } from '@/utils/is';