Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
bbe31a15
Commit
bbe31a15
authored
Sep 12, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改验证码操作类型名称
parent
ae558e7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
src/views/system/sysSecuritySettings.vue
+8
-6
src/views/user/baseProceedsAccount.vue
+1
-3
No files found.
src/views/system/sysSecuritySettings.vue
View file @
bbe31a15
...
...
@@ -255,8 +255,8 @@ export default {
mailbox
:
{
countdown
:
0
,
loading
:
false
,
timer
:
null
}
}
,
methodMap
:
{
phone
:
{
name
:
'手机号'
,
method
:
'手机'
}
,
mailbox
:
{
name
:
'邮箱'
,
method
:
'邮箱'
}
,
phone
:
{
name
:
'
安全
手机号'
,
method
:
'手机'
}
,
mailbox
:
{
name
:
'
安全
邮箱'
,
method
:
'邮箱'
}
,
superPassword
:
{
name
:
'超级密码'
,
method
:
'超级密码'
}
}
,
dialogRules
:
{
}
...
...
@@ -273,10 +273,12 @@ export default {
const
targetName
=
this
.
methodMap
[
this
.
currentTarget
]?.
name
||
'超级密码'
const
actionMap
=
{
bind
:
this
.
securityData
[
this
.
currentTarget
]
?
`绑定新安全${targetName
}
`
:
`绑定安全${targetName
}
`
,
unbind
:
`解绑安全${targetName
}
`
,
change
:
`验证原安全${targetName
}
`
,
?
`修改${targetName
}
`
:
this
.
currentTarget
===
'superPassword'
?
'设置超级密码'
:
`绑定${targetName
}
`
,
unbind
:
`解绑${targetName
}
`
,
change
:
`验证${targetName
}
`
,
password
:
'修改超级密码'
,
addPassword
:
'新增超级密码'
}
...
...
src/views/user/baseProceedsAccount.vue
View file @
bbe31a15
...
...
@@ -581,9 +581,7 @@ export default {
return
'编辑收款账户'
case
'changeStatus'
:
return
this
.
currentRow
?
`
${
this
.
currentRow
.
isEnable
?
'禁用'
:
'启用'
}${
this
.
currentRow
.
name
}
账户`
?
`
${
this
.
currentRow
.
isEnable
?
'禁用'
:
'启用'
}
付款账户`
:
''
case
'delete'
:
return
`删除
${
this
.
currentRow
.
name
}
账户`
...
...
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