You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
taicangZongzhi/src/store/getters.js

14 lines
301 B

/*
* @Descripttion:
* @version:
* @Author: Wiley.Yang
* @Date: 2022-02-11 17:24:07
* @LastEditors: Wiley.Yang
* @LastEditTime: 2022-02-14 16:13:10
*/
const getters = {
fixedHeader: (state) => state.settings.fixedHeader,
dictObject: (state) => state.dict.dictObject
}
export default getters