update 同步 ruoyi

This commit is contained in:
疯狂的狮子li
2022-07-27 18:34:45 +08:00
24 changed files with 318 additions and 267 deletions

View File

@ -2,6 +2,7 @@ const getters = {
sidebar: state => state.app.sidebar,
size: state => state.app.size,
device: state => state.app.device,
dict: state => state.dict.dict,
visitedViews: state => state.tagsView.visitedViews,
cachedViews: state => state.tagsView.cachedViews,
token: state => state.user.token,