From 918f157ab67b03d69e72562b8d705da0c62e5e8d Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期一, 24 七月 2023 16:12:20 +0800
Subject: [PATCH] 修改青羊后台题目个人模拟
---
src/views/login/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index f4f3561..e4fb268 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -138,6 +138,7 @@
this.loading = true
loginApi.login(this.loginForm).then(function (result) {
if (result && result.code === 1) {
+ console.log(result)
_this.setUserName(_this.loginForm.userName)
_this.$router.push({ path: '/' })
} else {
--
Gitblit v1.8.0