From d8c7dd498b1c209ea32e558c6a2beddd82764b23 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 04 七月 2024 16:03:27 +0800 Subject: [PATCH] 2024-07-04 --- 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