浏览代码

添加注释

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' },