liyongli 1 өдөр өмнө
parent
commit
be2ab61d37

+ 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); // 引入子组件的实例,用于调用子组件的方法