remove debug

This commit is contained in:
caishi 2024-05-17 11:13:46 +08:00
parent 44aca44014
commit 68ae8bd1d2
1 changed files with 1 additions and 1 deletions

View File

@ -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({