代码更新
This commit is contained in:
@@ -47,6 +47,7 @@ const user = {
|
||||
// 获取用户信息
|
||||
GetInfo({ commit }) {
|
||||
return new Promise((resolve, reject) => {
|
||||
debugger
|
||||
getInfo().then(res => {
|
||||
console.log('用户信息:', res)
|
||||
setUserInfo(res, commit)
|
||||
|
||||
Reference in New Issue
Block a user