This commit is contained in:
wjn 2024-03-25 17:36:00 +08:00
parent 906f2673aa
commit 708832820e
2 changed files with 966 additions and 544 deletions

File diff suppressed because it is too large Load Diff

View File

@ -115,9 +115,9 @@ export default {
dispatch({ dispatch({
type: "refreshToken", type: "refreshToken",
}); });
dispatch({ // dispatch({
type: "app/getCurrVer", // type: "app/getCurrVer",
}); // });
dispatch({ dispatch({
type: "app/getAllEnum", type: "app/getAllEnum",
}).then((e) => { }).then((e) => {