hookehuyr

feat(recall): 添加召回老客户登录页面及相关资源

- 新增登录页面路由配置
- 添加背景图片和标题图片资源
- 实现手机号验证码登录功能
- 集成用户协议弹窗展示
This diff is collapsed. Click to expand it.
......@@ -103,6 +103,12 @@ export const routes = [
meta: { title: '历史足迹' },
},
{
path: '/recall/login',
name: 'RecallLogin',
component: () => import('../views/recall/login.vue'),
meta: { title: '召回老客户-登录页' },
},
{
path: '/checkout',
name: 'CheckoutPage',
component: () => import('../views/checkout/CheckoutPage.vue'),
......
This diff is collapsed. Click to expand it.