|
@@ -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" />
|