|
@@ -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('');
|
|
|
+const componentId = ref('fore25');
|
|
|
const verificationCode = ref('');
|
|
|
const showLange = ref(false);
|
|
|
const fore25 = ref(null); // 引入子组件的实例,用于调用子组件的方法
|
|
@@ -123,6 +123,7 @@ const langChange = ({ selectedValues }) => {
|
|
|
src: url('https://cxzx.smcic.net/topic/tool/pkg/SourceHanSerifCN.otf') format('truetype');
|
|
|
font-weight: normal;
|
|
|
font-style: normal;
|
|
|
+ font-display: swap;
|
|
|
}
|
|
|
|
|
|
html {
|
|
@@ -137,7 +138,7 @@ html {
|
|
|
min-height: 100vh;
|
|
|
font-weight: 400;
|
|
|
position: relative;
|
|
|
- font-family: Source Han Sans CN;
|
|
|
+ font-family: "Source Han Sans CN","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
|
|
|
text-align: left;
|
|
|
|
|
|
.van-nav-bar__title {
|