屏蔽年报管理登录
This commit is contained in:
parent
a1f6029dc5
commit
67c59672b7
|
|
@ -243,8 +243,8 @@ export default {
|
|||
.then((response) => {
|
||||
const { code, msg } = response
|
||||
if (code === 0) {
|
||||
this.loginManage()
|
||||
this.loginManage()
|
||||
// this.loginManage()
|
||||
// this.loginManage()
|
||||
Cookie.set('loginInfo', this.loginForm, { expires: 30 })
|
||||
if (this.loginForm.password === '123456') {
|
||||
this.$router.push({ path: '/redirect', query: { queryOlderP: '1' }})
|
||||
|
|
|
|||
|
|
@ -808,9 +808,9 @@ export default {
|
|||
const params = {
|
||||
auditUserName: this.user.username
|
||||
}
|
||||
logManage(params).then(res => {
|
||||
console.log(res)
|
||||
})
|
||||
// logManage(params).then(res => {
|
||||
// console.log(res)
|
||||
// })
|
||||
},
|
||||
regulatoryPlatForm() {
|
||||
const params = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue