李凌
2025-09-10 f703fe33aa10a7be7d82e7ea75f8e5ad143233fd
src/views/login/index.vue
@@ -4,22 +4,24 @@
        </div>
        <!-- <div class="divider mt-10"></div> -->
        <div class="log flex items-center justify-center flex-col pt-20 mt-10 mb-20 textColor">
            <img :src="LOGO" alt="">
        <div class="log flex-col pt-10 mt-10 mb-20 textColor">
            <!-- <img :src="LOGO" alt=""> -->
            <span class="font-bold text-5xl mt-10">
                {{ `${$t('欢迎加入')} ${$title}` }}
                {{ `${$t('login')}` }}
            </span>
        </div>
        <div>{{ $t('账号') }}</div>
        <ExInput style="padding-bottom:16px !important;" :placeholderText="getRegType(activeIndex, false)"
            v-model="username" :dialCode="dialCode" @selectArea="onSelectArea" :area="isArea" :icon="icon"
            @pressEnter="verifyLogin" />
        <div>{{ $t('密码') }}</div>
        <ExInput style="padding-bottom:0 !important;" :placeholderText="$t('entryPassword')" v-model="password"
            typeText="password" @pressEnter="verifyLogin" />
        <div class="forget colorMain" @click="$router.push('/forget')">{{ $t('forgetPassword') }}</div>
        <van-button class="w-full" round style="margin-top:50px;" type="primary" @click="verifyLogin">{{ $t('login') }}
        <van-button class="w-full" style="margin-top:50px;" type="primary" @click="verifyLogin">{{ $t('login') }}
        </van-button>
        <div class="noTips textColor">
            {{ $t('noAccount') }}?
@@ -165,7 +167,7 @@
    padding: 15px;
    font-size: 13px;
    box-sizing: border-box;
    background: $mainbgWhiteColor;
    // background: $mainbgWhiteColor;
    min-height: 100vh;
    :deep(.textColor) {
@@ -190,7 +192,6 @@
    .w-full {
        background: $bg_yellow;
        border: none;
        color: $mainBgColor;
        font-size: 16px;
        font-weight: 600;
    }