liyongli 21 小時之前
父節點
當前提交
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); // 引入子组件的实例,用于调用子组件的方法