登录注册/数据分析

This commit is contained in:
comlibmb
2026-01-22 21:15:02 +08:00
parent 75fad97d5d
commit fdbee0fa32
41 changed files with 5812 additions and 2102 deletions

20
static/user/README.md Normal file
View 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" />
```