This commit is contained in:
张成
2025-09-07 15:59:05 +08:00
parent 81340c6e8a
commit f43dde0924
2 changed files with 2 additions and 2 deletions

View File

@@ -117,9 +117,9 @@ const LoginPage: React.FC = () => {
return ( return (
<View className="login_page"> <View className="login_page">
<View className="background_image"> <View className="background_image">
<Image <Image
className="bg_img" className="bg_img"
src="http://bimwe.oss-cn-shanghai.aliyuncs.com/front/ball/images/2e00dea1-8723-42fe-ae42-84fe38e9ac3f.png" src={require('../../../static/login/login_bg.jpg')}
mode="aspectFill" mode="aspectFill"
/> />
<View className="bg_overlay"></View> <View className="bg_overlay"></View>

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB