diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue index b2ff3809..30af14f6 100644 --- a/src/views/Login/Login.vue +++ b/src/views/Login/Login.vue @@ -118,4 +118,4 @@ $prefix-cls: #{$namespace}-login; background-color: var(--login-bg-color); } } - \ No newline at end of file + diff --git a/src/views/Login/components/ForgetPasswordForm.vue b/src/views/Login/components/ForgetPasswordForm.vue index 0b6c56a7..0c3b2e04 100644 --- a/src/views/Login/components/ForgetPasswordForm.vue +++ b/src/views/Login/components/ForgetPasswordForm.vue @@ -9,14 +9,14 @@ label-width="120px" size="large" > - + - + - + - + - + - + @@ -73,44 +73,44 @@ - + - + - + - + @@ -134,7 +134,7 @@ const verify = ref() const { t } = useI18n() const message = useMessage() -const { currentRoute, push } = useRouter() +const { currentRoute } = useRouter() const formSmsResetPassword = ref() const loginLoading = ref(false) const iconHouse = useIcon({ icon: 'ep:house' }) @@ -145,7 +145,7 @@ const { handleBackLogin, getLoginState, setLoginState } = useLoginState() const getShow = computed(() => unref(getLoginState) === LoginStateEnum.RESET_PASSWORD) const captchaType = ref('blockPuzzle') // blockPuzzle 滑块 clickWord 点击文字 -const validatePass2 = (rule, value, callback) => { +const validatePass2 = (_rule, value, callback) => { if (value === '') { callback(new Error('请再次输入密码')) } else if (value !== resetPasswordData.password) { diff --git a/src/views/Login/components/LoginForm.vue b/src/views/Login/components/LoginForm.vue index 37d8b8c7..3c4e1d1a 100644 --- a/src/views/Login/components/LoginForm.vue +++ b/src/views/Login/components/LoginForm.vue @@ -9,13 +9,13 @@ label-width="120px" size="large" > - - + + - + - + - + - + @@ -60,7 +60,7 @@ @@ -70,12 +70,12 @@ - + @@ -89,27 +89,27 @@ mode="pop" @success="handleLogin" /> - + @@ -117,9 +117,9 @@ {{ t('login.otherLogin') }} - + -
+
萌新必读 - + -
+
📚开发指南 🔥视频教程 diff --git a/src/views/Login/components/MobileForm.vue b/src/views/Login/components/MobileForm.vue index 7f5d9942..bb4f1a69 100644 --- a/src/views/Login/components/MobileForm.vue +++ b/src/views/Login/components/MobileForm.vue @@ -9,14 +9,14 @@ label-width="120px" size="large" > - + - + - + - + - + - + @@ -68,23 +68,23 @@ - + - + diff --git a/src/views/Login/components/QrCodeForm.vue b/src/views/Login/components/QrCodeForm.vue index 2670d000..601052d5 100644 --- a/src/views/Login/components/QrCodeForm.vue +++ b/src/views/Login/components/QrCodeForm.vue @@ -1,17 +1,17 @@