diff --git a/pages/login/index.vue b/pages/login/index.vue index 43a7891..1034631 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -1,7 +1,207 @@ - + + + diff --git a/sheep/hooks/useModal.js b/sheep/hooks/useModal.js index 5b4d163..68e8cf6 100644 --- a/sheep/hooks/useModal.js +++ b/sheep/hooks/useModal.js @@ -119,7 +119,7 @@ export function getSmsTimer(event, mobile = '') { const canSend = duration.value >= 0; if (canSend) { - return '获取验证码'; + return '验证码'; } if (!canSend) { diff --git a/static/imgs/login-bg.jpg b/static/imgs/login-bg.jpg new file mode 100644 index 0000000..9fd3065 Binary files /dev/null and b/static/imgs/login-bg.jpg differ diff --git a/static/imgs/login-logo.png b/static/imgs/login-logo.png new file mode 100644 index 0000000..5003502 Binary files /dev/null and b/static/imgs/login-logo.png differ