/* * @Author: gjj Ganjj@probim.com.cn * @Date: 2025-02-14 14:32:18 * @LastEditors: gjj Ganjj@probim.com.cn * @LastEditTime: 2025-02-18 16:21:27 * @FilePath: \北京交通大学\src\mixins\index.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ import { mapGetters } from "vuex"; export const mixinGetters = { computed: { ...mapGetters("common", []), }, methods: { getImageUrl(path) { return new URL(path, import.meta.url).href; }, }, }; export { default as conversationMix } from './conversationMix'