From 9030c2fe74229e892a66f295b629b5dd31244ea0 Mon Sep 17 00:00:00 2001
From: qirong <2032486488@qq.com>
Date: 星期日, 16 七月 2023 10:03:37 +0800
Subject: [PATCH] 随机试卷修改

---
 src/views/login/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index c3b3a26..e4fb268 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -3,7 +3,7 @@
     <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form" auto-complete="on" label-position="left">
 
       <div class="title-container">
-        <h3 class="title">闈掔緤鍦ㄧ嚎鑰冭瘯绠$悊绯荤粺</h3>
+        <h3 class="title">鍦ㄧ嚎鑰冭瘯绠$悊绯荤粺</h3>
       </div>
 
       <el-form-item prop="userName">
@@ -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