mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-10 19:14:10 +08:00
首页列表切换优化
This commit is contained in:
parent
3003e3d33a
commit
b681c24fe3
@ -32,6 +32,7 @@ const loginUserSlice = createSlice({
|
||||
stage.value.user = null;
|
||||
stage.value.departments = [];
|
||||
stage.value.isLogin = false;
|
||||
stage.value.currentDepId = 0;
|
||||
},
|
||||
saveCurrentDepId(stage, e) {
|
||||
stage.value.currentDepId = e.payload;
|
||||
|
Loading…
x
Reference in New Issue
Block a user