diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 1202ae0..e81c3dd 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -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' }}) diff --git a/src/views/regulatoryPlatForm/index.vue b/src/views/regulatoryPlatForm/index.vue index c9367cd..4212565 100644 --- a/src/views/regulatoryPlatForm/index.vue +++ b/src/views/regulatoryPlatForm/index.vue @@ -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 = {