From e58b0e531532ff5f6233c78a32d229e561730f0b Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Wed, 24 Dec 2025 09:05:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=AF=86=E7=A0=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.API/wwwroot/swagger/ui/abp.swagger.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.API/wwwroot/swagger/ui/abp.swagger.js b/IRaCIS.Core.API/wwwroot/swagger/ui/abp.swagger.js index 7c05c38da..8a1ac5dae 100644 --- a/IRaCIS.Core.API/wwwroot/swagger/ui/abp.swagger.js +++ b/IRaCIS.Core.API/wwwroot/swagger/ui/abp.swagger.js @@ -505,8 +505,8 @@ var abp = abp || {}; //Inputs createInput(modalUxContent, 'tenancyName', 'Tenancy Name (Leave empty for Host)'); - createInput(modalUxContent, 'userName', 'Username or email address', 'text', 'cyldev'); - createInput(modalUxContent, 'password', 'Password', 'password', '123456'); + createInput(modalUxContent, 'userName', 'Username or email address', 'text', 'user1wj'); + createInput(modalUxContent, 'password', 'Password', 'password', '1'); createInput(modalUxContent, 'pwdMd5', 'PwdMd5', 'text', ''); createSelect(modalUxContent, 'roleSelect', 'role', [])