This commit is contained in:
雷欧(林平凡)
2025-08-05 18:14:41 +08:00
parent 206d0188b6
commit 52266d4490
17 changed files with 1520 additions and 1155 deletions

View File

@@ -56,7 +56,7 @@
</el-form>
<!-- 底部 -->
<div class="el-login-footer">
<span>Copyright © 2018-2025 ruoyi.vip All Rights Reserved.</span>
</div>
</div>
</template>
@@ -142,7 +142,7 @@ export default {
Cookies.remove('rememberMe')
}
this.$store.dispatch("Login", this.loginForm).then(() => {
this.$router.push({ path: this.redirect || "/" }).catch(()=>{})
this.$router.push({ path: this.redirect || "/order/list" }).catch(()=>{})
}).catch(() => {
this.loading = false
if (this.captchaEnabled) {