lxf
2025-07-10 1b892c1f989315551f624cd6948c2e36f9abc972
注册
1 files modified
11 ■■■■ changed files
src/views/login/index.vue 11 ●●●● patch | view | raw | blame | history
src/views/login/index.vue
@@ -45,8 +45,8 @@
                    </div>
                    <div class="ml-9 text-black flex-1">
                        <div class="uni-input-wrapper">
                            <input type="text" maxlength="140" step="" enterkeyhint="done" class="uni-input-input"
                                autocomplete="off" :placeholder="$t('请输入账号')">
                            <input type="text" maxlength="140" v-model="username" step="" enterkeyhint="done"
                                class="uni-input-input" autocomplete="off" :placeholder="$t('请输入账号')">
                        </div>
                    </div>
                </div>
@@ -58,13 +58,14 @@
                    </div>
                    <div class="ml-9 text-black flex-1">
                        <div class="uni-input-wrapper">
                            <input type="password" maxlength="140" step="" enterkeyhint="done" class="uni-input-input"
                                autocomplete="off" :placeholder="$t('密码')">
                            <input type="password" v-model="password" maxlength="140" step="" enterkeyhint="done"
                                class="uni-input-input" autocomplete="off" :placeholder="$t('密码')">
                        </div>
                    </div>
                </div>
            </div>
            <div class="py-17 text-center bg-black mt-120 rounded-10 text-19 font-700">{{ $t('login') }}</div>
            <div class="py-17 text-center bg-black mt-120 rounded-10 text-19 font-700" @click="verifyLogin">{{
                $t('login') }}</div>
            <div class="mt-20 text-center">
                <span>{{ $t('还没有账号') }}</span>
                <span class="font-bold ml-5" @click="$router.push('/register')">{{ $t('去注册') }}</span>