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