Browse Source

添加注释

lifanagju_citu 1 year ago
parent
commit
23aa9595f3
1 changed files with 1 additions and 1 deletions
  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' },