init
This commit is contained in:
7
fuintUniapp/store/getters.js
Normal file
7
fuintUniapp/store/getters.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const getters = {
|
||||
token: state => state.user.token,
|
||||
userId: state => state.user.userId,
|
||||
platform: state => state.app.platform
|
||||
}
|
||||
|
||||
export default getters
|
||||
Reference in New Issue
Block a user