From 50ee7232f3c98fe24a1f2e31dba9508cfec14887 Mon Sep 17 00:00:00 2001
From: gjj <Ganjj@probim.com.cn>
Date: Fri, 21 Feb 2025 17:35:39 +0800
Subject: [PATCH] 模型预览

---
 src/mixins/index.js |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/src/mixins/index.js b/src/mixins/index.js
new file mode 100644
index 0000000..e8fe035
--- /dev/null
+++ b/src/mixins/index.js
@@ -0,0 +1,22 @@
+/*
+ * @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'
\ No newline at end of file

--
Gitblit v1.9.3