forked from Gitlink/forgeplus-react
remove debug
This commit is contained in:
parent
44aca44014
commit
68ae8bd1d2
|
|
@ -98,7 +98,7 @@ const UserModel: UserModelType = {
|
|||
},
|
||||
*getUserInfo({ payload }, { call, put }) {
|
||||
// location.search,,debug:"admin"
|
||||
const response = yield call(getUserInfo, { ...payload,debug:"admin"})
|
||||
const response = yield call(getUserInfo, { ...payload})
|
||||
localStorage.userInfo = JSON.stringify(response);
|
||||
|
||||
yield put({
|
||||
|
|
|
|||
Loading…
Reference in New Issue