From 909e611a0ac4d72333f75c53b2cd69062ff9c903 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期六, 13 一月 2024 22:59:23 +0800 Subject: [PATCH] 修改api里的错误 --- src/store/modules/user.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/store/modules/user.js b/src/store/modules/user.js index 70c6499..26f4fdd 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -60,7 +60,6 @@ actions: { // 鐧诲綍 Login({ commit, store }, userInfo) { - debugger const username = userInfo.username.trim() return new Promise((resolve, reject) => { login(username, userInfo.password).then(response => { -- Gitblit v1.9.3