mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-23 08:39:40 +08:00
首页头部初步
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user