liyongli 1 일 전
부모
커밋
be2ab61d37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/view/fenghui/index.vue

+ 1 - 1
src/view/fenghui/index.vue

@@ -45,7 +45,7 @@ import Chin25Recurrence from './form1Recurrence.vue';
 import Work25Recurrence from './form2Recurrence.vue';
 import lang from './lang';
 const langSelect = ref(localStorage.getItem('langSelect') || 'zh');
-const componentId = ref('fore25');
+const componentId = ref('');
 const verificationCode = ref('');
 const showLange = ref(false);
 const fore25 = ref(null); // 引入子组件的实例,用于调用子组件的方法