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