Commit 9b6ea73c authored by youjie's avatar youjie

no message

parent 54f9d787
......@@ -78,6 +78,8 @@ export interface DistributorSelfRegisterDto {
password: string
/*** 电话*/
phone?: null | string
/*** 区号*/
phoneCode?: null | string
/*** 居住地區*/
residentialArea?: null | string
/*** 注册类型 0邮箱验证码 1谷歌授权 3LINE授权 7FaceBook授权*/
......
......@@ -124,6 +124,7 @@ import { Message } from '@arco-design/web-vue'
import loginHeader from "./components/header.vue";
import G from '@/assets/images/login/login_G.png'
import tel from '@/assets/images/login/login_tel.png'
import eml from '@/assets/images/login/login_eml.png'
import line from '@/assets/images/login/login_line.png'
import { query } from '@/utils/common'
import providerTypeEnum from '@/utils/providerTypeEnum'
......@@ -177,7 +178,7 @@ const loginMethods = ref([
{
label: 'tel',
key: 0,
url: tel,
url: eml,
},
{
label: 'wechat',
......
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