feat(recall): 添加召回老客户登录页面及相关资源
- 新增登录页面路由配置 - 添加背景图片和标题图片资源 - 实现手机号验证码登录功能 - 集成用户协议弹窗展示
Showing
5 changed files
with
6 additions
and
0 deletions
src/assets/images/recall/bg01@2x.png
0 → 100644
1.63 MB
src/assets/images/recall/title01@2x.png
0 → 100644
155 KB
src/docs/协议.txt
0 → 100644
This diff is collapsed. Click to expand it.
| ... | @@ -103,6 +103,12 @@ export const routes = [ | ... | @@ -103,6 +103,12 @@ export const routes = [ |
| 103 | meta: { title: '历史足迹' }, | 103 | meta: { title: '历史足迹' }, |
| 104 | }, | 104 | }, |
| 105 | { | 105 | { |
| 106 | + path: '/recall/login', | ||
| 107 | + name: 'RecallLogin', | ||
| 108 | + component: () => import('../views/recall/login.vue'), | ||
| 109 | + meta: { title: '召回老客户-登录页' }, | ||
| 110 | + }, | ||
| 111 | + { | ||
| 106 | path: '/checkout', | 112 | path: '/checkout', |
| 107 | name: 'CheckoutPage', | 113 | name: 'CheckoutPage', |
| 108 | component: () => import('../views/checkout/CheckoutPage.vue'), | 114 | component: () => import('../views/checkout/CheckoutPage.vue'), | ... | ... |
src/views/recall/login.vue
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment