屏蔽年报管理登录

This commit is contained in:
zhouxy 2026-01-01 10:34:18 +08:00
parent a1f6029dc5
commit 67c59672b7
2 changed files with 5 additions and 5 deletions

View File

@ -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' }})

View File

@ -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 = {