代码更新

This commit is contained in:
ludj
2022-11-29 19:01:26 +08:00
parent 9e32b998c0
commit 2aa9f8e495
41 changed files with 1054 additions and 1877 deletions

View File

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