From 420d6db3fbf7351f1cf1a40d7b357b3172c1ec38 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Tue, 12 Aug 2025 18:06:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=94=A8=E6=88=B7=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E9=83=A8=E9=97=A8=EF=BC=8C=E4=B8=8D=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3/src/views/sys/login/LoginSelect.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jeecgboot-vue3/src/views/sys/login/LoginSelect.vue b/jeecgboot-vue3/src/views/sys/login/LoginSelect.vue index 975b05027..2e19446ee 100644 --- a/jeecgboot-vue3/src/views/sys/login/LoginSelect.vue +++ b/jeecgboot-vue3/src/views/sys/login/LoginSelect.vue @@ -146,11 +146,11 @@ let multi_depart = loginResult.multi_depart; //0:无部门 1:一个部门 2:多个部门 if (multi_depart == 0) { - notification.warn({ - message: '提示', - description: `您尚未归属部门,请确认账号信息`, - duration: 3, - }); + // notification.warn({ + // message: '提示', + // description: `您尚未归属部门,请确认账号信息`, + // duration: 3, + // }); isMultiDepart.value = false; } else if (multi_depart == 2) { isMultiDepart.value = true;