Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
f7899b41
Commit
f7899b41
authored
Sep 26, 2021
by
Zhang Xiaojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
绑定手机
parent
85c01968
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
21 deletions
+6
-21
changePwd.vue
src/views/Root/Security/changePwd.vue
+6
-4
getMenuList.ts
src/views/Root/getMenuList.ts
+0
-17
No files found.
src/views/Root/Security/changePwd.vue
View file @
f7899b41
...
...
@@ -10,7 +10,7 @@
>
<a-form-model-item
label=
"绑定手机号"
:wrapper-col=
"
{ span:
1
, offset: 0 }"
:wrapper-col=
"
{ span:
8
, offset: 0 }"
>
<span>
{{
userPhone
}}
</span>
</a-form-model-item>
...
...
@@ -19,14 +19,14 @@
prop=
"code"
ref=
"changePwdCode"
:autoLink=
"false"
:wrapper-col=
"
{ span:
4
, offset: 0 }"
:wrapper-col=
"
{ span:
3
, offset: 0 }"
>
<code-input
:phone=
"userPhone"
@
getCode=
"getCode"
/>
</a-form-model-item>
<a-form-model-item
label=
"新密码"
prop=
"newPass"
:wrapper-col=
"
{ span:
4
, offset: 0 }"
:wrapper-col=
"
{ span:
3
, offset: 0 }"
>
<a-input
v-model=
"changeByCodeForm.newPass"
...
...
@@ -38,7 +38,7 @@
<a-form-model-item
label=
"确认密码"
prop=
"verifyPass"
:wrapper-col=
"
{ span:
4
, offset: 0 }"
:wrapper-col=
"
{ span:
3
, offset: 0 }"
>
<a-input
v-model=
"changeByCodeForm.verifyPass"
...
...
@@ -48,7 +48,9 @@
/>
</a-form-model-item>
</a-form-model>
<a-form-model-item
:wrapper-col=
"
{ span: 1, offset: 10 }">
<a-button
type=
"primary"
@
click=
"handleSubmission"
>
提交
</a-button>
</a-form-model-item>
</div>
</
template
>
...
...
src/views/Root/getMenuList.ts
View file @
f7899b41
...
...
@@ -327,23 +327,6 @@ export const menuList: iMenuConfigItem[] = [
eRole
.
secondary_sub_clientManager
,
],
},
{
getName
:
()
=>
'绑定手机'
,
routeName
:
'confirmPhone'
,
path
:
'/backend/security/confirmPhone'
,
component
:
()
=>
import
(
'@/views/Root/Security/changePhone.vue'
),
onClick
:
(
e
:
Event
)
=>
{},
roles
:
[
eRole
.
superManager
,
eRole
.
platform_management
,
eRole
.
firstLevel_branch
,
eRole
.
firstLevel_sub_branch
,
eRole
.
secondary_branch
,
eRole
.
secondary_sub_branch
,
eRole
.
firstLevel_sub_clientManager
,
eRole
.
secondary_sub_clientManager
,
],
},
],
roles
:
[
eRole
.
superManager
,
...
...
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