diff --git a/offer_frontend/src/views/auth/LoginView.vue b/offer_frontend/src/views/auth/LoginView.vue
index fdbaf2f..65dfee2 100644
--- a/offer_frontend/src/views/auth/LoginView.vue
+++ b/offer_frontend/src/views/auth/LoginView.vue
@@ -62,7 +62,7 @@
登录
-
+
忘记密码?
@@ -152,7 +152,7 @@
- 没有账号?立即注册
+ 没有账号?立即注册
@@ -299,7 +299,7 @@ async function handleAdminLogin() {
ElMessage.success('登录成功')
const redirect = route.query.redirect
if (redirect) return router.push(redirect)
- router.push('/admin/jobs')
+ router.push('/admin/dashboard')
} catch (err) {
ElMessage.error(err.response?.data?.detail || '用户名或密码错误')
} finally {
@@ -354,7 +354,7 @@ h2 {
.role-tab.active {
background: #fff;
- color: #409eff;
+ color: var(--brand-red);
font-weight: 600;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
@@ -386,7 +386,7 @@ h2 {
.method-tab.active {
background: #fff;
- color: #409eff;
+ color: var(--brand-red);
font-weight: 600;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
diff --git a/offer_frontend/src/views/auth/RegisterView.vue b/offer_frontend/src/views/auth/RegisterView.vue
index 20f78c2..08decfd 100644
--- a/offer_frontend/src/views/auth/RegisterView.vue
+++ b/offer_frontend/src/views/auth/RegisterView.vue
@@ -60,7 +60,7 @@
- 已有账号?立即登录
+ 已有账号?立即登录
diff --git a/offer_frontend/src/views/auth/ResetPasswordView.vue b/offer_frontend/src/views/auth/ResetPasswordView.vue
index 4d551e5..15ff85d 100644
--- a/offer_frontend/src/views/auth/ResetPasswordView.vue
+++ b/offer_frontend/src/views/auth/ResetPasswordView.vue
@@ -97,7 +97,7 @@
- 返回登录
+ 返回登录