lifanagju_citu пре 1 година
родитељ
комит
23aa9595f3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/resume/index.vue

+ 1 - 1
src/views/resume/index.vue

@@ -51,7 +51,7 @@ import { onMounted } from 'vue';
 const scrollBox = ref()
 
 const comList = [
-  { path: basicInfo, id: 'resumeBasicInfo', domId: 'basicInfo' },
+  { path: basicInfo, id: 'resumeBasicInfo', domId: 'basicInfo' }, // domId与items中的id保持一致
   { path: selfEvaluation, id: 'resumeSelfEvaluation', domId: 'selfEvaluation' },
   { path: jobIntention, id: 'resumeJobIntention', domId: 'jobIntention' },
   { path: educationExp, id: 'resumeEducationExp', domId: 'educationExp' },