Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
boyueCEnd
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
游洁
boyueCEnd
Commits
9b6ea73c
Commit
9b6ea73c
authored
Jan 16, 2026
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
54f9d787
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
UserService.ts
src/services/UserService.ts
+2
-0
Login.vue
src/views/auth/Login.vue
+2
-1
No files found.
src/services/UserService.ts
View file @
9b6ea73c
...
...
@@ -78,6 +78,8 @@ export interface DistributorSelfRegisterDto {
password
:
string
/*** 电话*/
phone
?:
null
|
string
/*** 区号*/
phoneCode
?:
null
|
string
/*** 居住地區*/
residentialArea
?:
null
|
string
/*** 注册类型 0邮箱验证码 1谷歌授权 3LINE授权 7FaceBook授权*/
...
...
src/views/auth/Login.vue
View file @
9b6ea73c
...
...
@@ -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
:
te
l
,
url
:
em
l
,
},
{
label
:
'wechat'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment