|
/*
|
|
* @Descripttion:
|
|
* @version:
|
|
* @Author: kBank
|
|
* @Date: 2022-10-24 10:45:39
|
|
*/
|
|
const getters = {
|
|
shopCarLength: state => state.user.shopCarLength,
|
|
smallCarLength: state => state.user.smallCarLength,
|
|
user: state => state.user.user,
|
|
}
|
|
export default getters
|