mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
2022年5月29日 从svn移到git
This commit is contained in:
8
store/getters.js
Normal file
8
store/getters.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const getters = {
|
||||
userInfo: state => state.user.info,
|
||||
resourceTab: state => state.resource.resourceTab,
|
||||
studyTab: state => state.study.studyTab,
|
||||
userMsg:state => state.user.msg,
|
||||
isOneStady:state => state.user.isOneStady,
|
||||
}
|
||||
export default getters
|
||||
Reference in New Issue
Block a user