From 228f13d0377e925bae6df83e0462e93263de2afe Mon Sep 17 00:00:00 2001 From: duyufeng Date: Mon, 2 Sep 2024 14:26:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=86=E7=A0=81=E5=8A=A0=E5=AF=86=E6=9A=82?= =?UTF-8?q?=E6=97=B6=E5=B1=8F=E8=94=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/saas/view/system/login.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/saas/view/system/login.vue b/lib/saas/view/system/login.vue index ab55372..9140d6d 100644 --- a/lib/saas/view/system/login.vue +++ b/lib/saas/view/system/login.vue @@ -80,7 +80,7 @@ import { storeToRefs } from 'pinia'; import { NsMessage } from '/nerv-lib/component'; import { replyDynamRoutesPath } from '/nerv-lib/util/dynamicRoutesss'; - import { Enobscure, Deobscure } from '/nerv-lib/util/crypto'; + // import { Enobscure, Deobscure } from '/nerv-lib/util/crypto'; export default defineComponent({ name: 'UserLogin', @@ -127,7 +127,8 @@ const submit = (value): void => { let data = JSON.stringify({ accountNo: userName.value.trim(), - password: Enobscure(password.value.trim()), + password: password.value.trim() + // password: Enobscure(password.value.trim()),//登录密码加密处理,待前后端代码合并一致后再放开 }); validator(null, value?.code) .then(() => {