代码更新

This commit is contained in:
ludj
2022-11-30 11:31:14 +08:00
parent 29c3a937f3
commit 9a271d0f79
14 changed files with 1 additions and 31 deletions

View File

@@ -47,7 +47,6 @@ const user = {
// 获取用户信息
GetInfo({ commit }) {
return new Promise((resolve, reject) => {
debugger
getInfo().then(res => {
console.log('用户信息:', res)
setUserInfo(res, commit)