✨ feat(登陆页面): 登录页面图片更换CDN路径
This commit is contained in:
parent
ad32aa5773
commit
0b66b6ddb6
@ -2,7 +2,8 @@
|
|||||||
"projectname": "spider_cloud_warehouse",
|
"projectname": "spider_cloud_warehouse",
|
||||||
"setting": {
|
"setting": {
|
||||||
"compileHotReLoad": true,
|
"compileHotReLoad": true,
|
||||||
"bigPackageSizeSupport": true
|
"bigPackageSizeSupport": true,
|
||||||
|
"urlCheck": false
|
||||||
},
|
},
|
||||||
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
||||||
"condition": {
|
"condition": {
|
||||||
|
@ -79,7 +79,7 @@ const Login: FC = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<View className={styles.login}>
|
<View className={styles.login}>
|
||||||
<Image className='full-100' mode='widthFix' src='https://s1.ax1x.com/2022/09/08/vqiVZF.png'></Image>
|
<Image className='full-100' mode='widthFix' src='https://cdn.zzfzyc.com/service_center/login_head.png'></Image>
|
||||||
<View className={styles['login-panel']}>
|
<View className={styles['login-panel']}>
|
||||||
<View className={styles['login-title']}>
|
<View className={styles['login-title']}>
|
||||||
<Text>您好,</Text>
|
<Text>您好,</Text>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user