From a70881cad8fe749f41b06f221d10bb7491259256 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期一, 25 三月 2024 14:40:22 +0800 Subject: [PATCH] 发货完成状态接口联调、页面数据处理 --- src/views/other/login/index.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/views/other/login/index.vue b/src/views/other/login/index.vue index df4544e..dd4d2f1 100644 --- a/src/views/other/login/index.vue +++ b/src/views/other/login/index.vue @@ -154,16 +154,14 @@ captcha: this.formLogin.code, captchaId: this.captchaId }).then((res) => { - console.log(res, "dddd") if (res.code == 200) { - console.log(res, "8888") this.$message.success("鐧诲綍鎴愬姛") localStorage.setItem("token", res.data.token) localStorage.setItem("username", res.data.user.username) localStorage.setItem("uuid", res.data.user.id) setTimeout(() => { this.$router.push({ path: "/orderManageModule/orderManage" }) - }, 2000) + }, 1000) } else { this.$message.warning(res.msg) if (res.msg == "楠岃瘉鐮侀敊璇�") { -- Gitblit v1.8.0