登录注册/数据分析
This commit is contained in:
20
static/user/README.md
Normal file
20
static/user/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 用户相关图片资源
|
||||
|
||||
## 说明
|
||||
这些图片资源来自 CRMEB 项目,用于登录注册页面。
|
||||
|
||||
## 需要复制的图片文件
|
||||
|
||||
请从 `CRMEB/template/uni-app/pages/users/static/` 目录复制以下文件到此目录:
|
||||
|
||||
1. `phone_1.png` - 手机号输入框图标(24rpx × 34rpx)
|
||||
2. `code_1.png` - 密码输入框图标(28rpx × 32rpx)
|
||||
3. `code_2.png` - 验证码输入框图标(28rpx × 32rpx)
|
||||
4. `logo2.png` - Logo 图片(可选,用于注册/找回密码页面)
|
||||
|
||||
## 使用方式
|
||||
|
||||
在页面中使用:
|
||||
```vue
|
||||
<image src="/static/user/phone_1.png" />
|
||||
```
|
||||
Reference in New Issue
Block a user