|
@@ -74,7 +74,7 @@
|
|
|
import { ref, reactive, onMounted, onBeforeUnmount } from 'vue';
|
|
import { ref, reactive, onMounted, onBeforeUnmount } from 'vue';
|
|
|
// import { Message, Modal } from '@arco-design/web-vue';
|
|
// import { Message, Modal } from '@arco-design/web-vue';
|
|
|
import { Message } from '../../3rd-libs/arco-vue-libs';
|
|
import { Message } from '../../3rd-libs/arco-vue-libs';
|
|
|
-import CardItem from '../../views/manage/CardItem.vue';
|
|
|
|
|
|
|
+import CardItem from '../common/CardItem.vue';
|
|
|
import ManageTags from './ManageTags.vue';
|
|
import ManageTags from './ManageTags.vue';
|
|
|
import DeleteModal from '../../components/DeleteModal.vue';
|
|
import DeleteModal from '../../components/DeleteModal.vue';
|
|
|
import { getIconIntelligent, getImageIntelligent } from '../common/icon-map.js';
|
|
import { getIconIntelligent, getImageIntelligent } from '../common/icon-map.js';
|