项目初始化

This commit is contained in:
2026-03-23 12:13:10 +08:00
parent 1c8bdb6ce0
commit 876b3800b4
5 changed files with 38 additions and 35 deletions

View File

@@ -1,8 +1,8 @@
<template>
<div v-if="getShow">
<LoginFormTitle class="enter-x" />
<Form class="enter-x p-4" :model="formData" :rules="getFormRules" ref="formRef" @keypress.enter="handleLogin">
<div class="font-size mb-5 text-center font-size-4 text-red">
</div>
<div class="font-size mb-5 text-center font-size-4 text-red"> </div>
<FormItem name="account" class="enter-x">
<Input
size="large"

View File

@@ -57,7 +57,7 @@ export default {
subTitle500: 'Sorry, the server is reporting an error.',
noDataTitle: 'No data on the current page.',
networkErrorTitle: 'Network Error',
networkErrorSubTitle: 'SorryYour network connection has been disconnected, please check your network!',
networkErrorSubTitle: 'Sorry network connection has been disconnected, please check your network!',
},
lock: {
unlock: 'Click to unlock',