Commit d3916f61 authored by shilei's avatar shilei

账号密码登录

parent 87f559be
...@@ -42,6 +42,9 @@ ...@@ -42,6 +42,9 @@
<div class="my-2.5 py-3"> <div class="my-2.5 py-3">
<button class="btn-default" @click="login">登录</button> <button class="btn-default" @click="login">登录</button>
</div> </div>
<p class="mb-1 cursor-pointer text-[#C0322B]" @click="changeModalType('loginByAccount')">
账号密码登录
</p>
<div class="checkbox-box mt-2.5 leading-[20px] text-black/[.65]"> <div class="checkbox-box mt-2.5 leading-[20px] text-black/[.65]">
<ElCheckbox v-model="agree" :label="1"> <ElCheckbox v-model="agree" :label="1">
<p style="text-wrap: wrap; line-height: 20px" class="text-xs"> <p style="text-wrap: wrap; line-height: 20px" class="text-xs">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment