@@ -34,7 +34,7 @@
</template>
<script lang="ts" setup>
import _ from 'lodash'
-import search1 from '../dictionary/parts_two/search-1.vue'
+import search1 from './parts_two/search-1.vue'
import type { FormRules } from 'element-plus'
import type { Ref } from 'vue'
import { ref, onMounted, getCurrentInstance, reactive } from 'vue'
@@ -33,7 +33,7 @@
-import search1 from '../dictionary/parts/search-1.vue'
+import search1 from './parts/search-1.vue'