From 6ca240a14ccf55d4e0a94fff77e95f64db2cdfcc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 11 十月 2024 17:34:25 +0800 Subject: [PATCH] 2024-10-11 --- src/pc/components/login/normal-login/signform.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pc/components/login/normal-login/signform.jsx b/src/pc/components/login/normal-login/signform.jsx index 4d3d42d..311c433 100644 --- a/src/pc/components/login/normal-login/signform.jsx +++ b/src/pc/components/login/normal-login/signform.jsx @@ -42,7 +42,7 @@ } else if (way === 'weixin') { signWays.push({ type: 'weixin', - label: '寰俊鐧诲綍', + label: '鎵嬫満鍙峰揩鎹风櫥褰�', icon: <WechatOutlined />, sort: 3 }) @@ -79,7 +79,7 @@ } else if (way === 'weixin') { signWays.push({ type: 'weixin', - label: '寰俊鐧诲綍', + label: '鎵嬫満鍙峰揩鎹风櫥褰�', sort: 3 }) } -- Gitblit v1.8.0