From 7fb0a8f0ab16c149484bf043754cd10cfa94de2f Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期一, 19 一月 2026 14:48:05 +0800
Subject: [PATCH] 增加了业务员,保管员和验收员的对应的显示
---
src/views/login.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/login.vue b/src/views/login.vue
index 5eed124..fe62109 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -203,7 +203,6 @@
Cookies.remove("password")
Cookies.remove('rememberMe')
}
-
this.$store.dispatch("Login", this.loginForm).then(res => {
this.$router.push({ path: this.redirect || "/" }).catch(() => { })
}).catch(() => {
--
Gitblit v1.9.1