From ded1e4d7329beb3ce741120e4d5c0f098788cecd Mon Sep 17 00:00:00 2001 From: yangfuda <945208611@qq.com> Date: Tue, 10 Jan 2023 16:06:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E4=BC=97=E5=8F=B7=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=96=B0=E9=A1=B9=E7=9B=AE-=E7=BB=91=E5=AE=9A=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 1 + src/views/smsManage.vue | 243 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 244 insertions(+) create mode 100644 src/views/smsManage.vue diff --git a/src/router/index.js b/src/router/index.js index d9c3adc..75b8780 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -17,6 +17,7 @@ const _import = require('./import-views') const globalRoutes = [ { path: '/404', component: () => import('@/views/common/404'), name: '404', meta: { title: '404未找到' } }, { path: '/login', component: () => import('@/views/common/login'), name: 'login', meta: { title: '登录' } }, + { path: '/smsManage', component: () => import('@/views/smsManage'), name: 'smsManage', meta: { title: '绑定手机号' } } ] // 主入口路由(需嵌套上左右整体布局) diff --git a/src/views/smsManage.vue b/src/views/smsManage.vue new file mode 100644 index 0000000..14be9e0 --- /dev/null +++ b/src/views/smsManage.vue @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + {{ + computeTime > 0 ? `(${computeTime}s)已发送` : "获取短信码" + }} + + + + + + 绑定 + + + + + + \ No newline at end of file