|
@@ -25,7 +25,7 @@ import Fore25 from './form.vue';
|
|
|
import Chin25 from './form1.vue';
|
|
|
import Work25 from './form2.vue';
|
|
|
const langSelect = ref(localStorage.getItem('langSelect') || 'zh');
|
|
|
-const componentId = ref('work25');
|
|
|
+const componentId = ref('');
|
|
|
const showLange = ref(false);
|
|
|
|
|
|
const langObj = [
|