项目初始化
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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: 'Sorry,Your 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',
|
||||
|
||||
Reference in New Issue
Block a user