Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(client): fix log in word #83

Merged
merged 1 commit into from
May 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/system-client/src/views/account/sign-in.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
label-position="left"
>
<div class="title-container">
<h3 class="title">LaF 云开发账户登陆</h3>
<h3 class="title">LaF 云开发账户登录</h3>
</div>

<el-form-item prop="username" label="用户名">
Expand All @@ -35,7 +35,7 @@
ref="password"
v-model="loginForm.password"
type="password"
placeholder="登陆密码"
placeholder="登录密码"
name="password"
tabindex="2"
autocomplete="on"
Expand All @@ -53,7 +53,7 @@
plain
style="width:80%;font-weight: bold;"
@click.native.prevent="handleLogin"
>登陆</el-button>
>登录</el-button>

<el-button
type="text"
Expand Down
2 changes: 1 addition & 1 deletion packages/system-client/src/views/account/sign-up.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
ref="password"
v-model="signupForm.password"
type="password"
placeholder="登陆密码"
placeholder="登录密码"
name="password"
tabindex="3"
/>
Expand Down