首页头部初步

This commit is contained in:
禺狨
2023-03-23 17:43:41 +08:00
parent a3da93be82
commit 872f5baca8
11 changed files with 144 additions and 7 deletions

View File

@@ -19,7 +19,6 @@ const loginUserSlice = createSlice({
},
reducers: {
loginAction(stage, e) {
console.log(e);
stage.value.user = e.payload.user;
stage.value.departments = e.payload.departments;
stage.value.isLogin = true;