Commit bda81ebc authored by 张伯涛's avatar 张伯涛

bug修改

parent 729d8ca1
...@@ -11,7 +11,7 @@ import Qs from 'qs' ...@@ -11,7 +11,7 @@ import Qs from 'qs'
// 查询异常日志列表 // 查询异常日志列表
export function list(query) { export function list(query) {
return request({ return request({
url: '/monitor/errorLog/list', url: '/monitor/errorLog/queryErrorLogListByPagination',
method: 'get', method: 'get',
params: query params: query
}) })
......
...@@ -11,7 +11,7 @@ import Qs from 'qs' ...@@ -11,7 +11,7 @@ import Qs from 'qs'
// 查询登录日志列表 // 查询登录日志列表
export function list(query) { export function list(query) {
return request({ return request({
url: '/monitor/loginInfo/list', url: '/monitor/loginInfo/querySysLoginListByPagination',
method: 'get', method: 'get',
params: query params: query
}) })
......
...@@ -11,7 +11,7 @@ import Qs from 'qs' ...@@ -11,7 +11,7 @@ import Qs from 'qs'
// 查询操作日志列表 // 查询操作日志列表
export function list(query) { export function list(query) {
return request({ return request({
url: '/monitor/operLog/list', url: '/monitor/operLog/queryOperLogListByPagination',
method: 'get', method: 'get',
params: query params: query
}) })
......
...@@ -66,7 +66,7 @@ export function statusChange(data) { ...@@ -66,7 +66,7 @@ export function statusChange(data) {
// 5.查询部门列表 // 5.查询部门列表
export function listDept(query) { export function listDept(query) {
return request({ return request({
url: '/system/dept/listAll', url: '/system/dept/list',
method: 'get', method: 'get',
params: query params: query
}) })
......
...@@ -246,9 +246,6 @@ export default { ...@@ -246,9 +246,6 @@ export default {
// this.$router.push({ path: `http://main.court.com${this.redirect || "/"}` }); // this.$router.push({ path: `http://main.court.com${this.redirect || "/"}` });
// this.$router.push('/welcome') // this.$router.push('/welcome')
this.$router.push('/controlPlatform/control') this.$router.push('/controlPlatform/control')
setTimeout(() => {
this.loading = false
}, 1000)
}).catch(() => { }).catch(() => {
this.loading = false this.loading = false
this.verify = false this.verify = false
......
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