fix: correct typos

This commit is contained in:
fwindpeak
2022-05-28 10:10:10 +08:00
committed by GitHub
parent 4157c7bccc
commit 636201df80
9 changed files with 16 additions and 16 deletions

View File

@@ -49,7 +49,7 @@ const onLogin = async (formEl: FormInstance | undefined) => {
accessToken: "eyJhbGciOiJIUzUxMiJ9.test"
});
initRouter("admin").then(() => {});
message.success("登成功");
message.success("登成功");
router.push("/");
}, 2000);
} else {
@@ -179,7 +179,7 @@ watch(imgCode, value => {
<span
v-for="(item, index) in thirdParty"
:key="index"
:title="`${item.title}登`"
:title="`${item.title}登`"
>
<IconifyIconOnline
:icon="`ri:${item.icon}-fill`"
@@ -190,9 +190,9 @@ watch(imgCode, value => {
</div>
</el-form-item>
</Motion>
<!-- 手机号登 -->
<!-- 手机号登 -->
<phone v-if="currentPage === 1" />
<!-- 二维码登 -->
<!-- 二维码登 -->
<qrCode v-if="currentPage === 2" />
<!-- 注册 -->
<regist v-if="currentPage === 3" />