Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
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
jianan
ferry_web
Commits
fecb3fd0
Commit
fecb3fd0
authored
Aug 26, 2020
by
Mr. Lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改登录日志无法清空的bug.
parent
67176f12
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/api/system/loginlog.js
+1
-1
src/views/system/loginlog/index.vue
+1
-1
No files found.
src/api/system/loginlog.js
View file @
fecb3fd0
...
@@ -20,7 +20,7 @@ export function delLogininfor(infoId) {
...
@@ -20,7 +20,7 @@ export function delLogininfor(infoId) {
// 清空登录日志
// 清空登录日志
export
function
cleanLogininfor
()
{
export
function
cleanLogininfor
()
{
return
request
({
return
request
({
url
:
'/api/v1/loginlog
/clean
'
,
url
:
'/api/v1/loginlog'
,
method
:
'delete'
method
:
'delete'
})
})
}
}
...
...
src/views/system/loginlog/index.vue
View file @
fecb3fd0
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
</el-col>
</el-col>
<el-col
:span=
"1.5"
>
<el-col
:span=
"1.5"
>
<el-button
<el-button
v-permisaction=
"['system:sysloginlog:
remove
']"
v-permisaction=
"['system:sysloginlog:
clean
']"
type=
"danger"
type=
"danger"
icon=
"el-icon-delete"
icon=
"el-icon-delete"
size=
"mini"
size=
"mini"
...
...
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