瀏覽代碼

组件引入更新

Xiao_123 9 月之前
父節點
當前提交
ac5cfff958
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pagesA/interview/index.vue

+ 1 - 1
pagesA/interview/index.vue

@@ -25,7 +25,7 @@
 import { ref } from 'vue'
 import { getJobDeliveryList, getUserInterviewInvitePage, userInterviewInviteConsent, userInterviewInviteReject } from '@/api/user'
 import { dealDictObjData } from '@/utils/position'
-import PositionList from '@/components/PositionList'
+import PositionList from '@/pagesB/PositionList'
 import Items from './item.vue'
 import { userStore } from '@/store/user'