From 9bc27231d681cbc1bae6d8f199521d332c9c23f7 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 19 八月 2024 11:14:23 +0800
Subject: [PATCH] 测试完成

---
 src/main.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main.js b/src/main.js
index 38cb1dc..5ca998f 100644
--- a/src/main.js
+++ b/src/main.js
@@ -45,6 +45,7 @@
 import { getConfigKey } from "@/api/system/config";
 import {
   parseTime,
+  formatTime,
   resetForm,
   addDateRange,
   selectDictLabel,
@@ -73,6 +74,8 @@
 import DictData from "@/components/DictData";
 // 缁勪欢灏佽闆嗘垚
 import components from "./components";
+// 璇煶缁勪欢
+import VueAudio from 'vue-audio-better'
 // 娉ㄥ唽杩囨护鍣�
 // 鑷畾涔夋寚浠�
 import * as directives from "./directives";
@@ -89,6 +92,7 @@
 Vue.prototype.getDicts = getDicts;
 Vue.prototype.getConfigKey = getConfigKey;
 Vue.prototype.parseTime = parseTime;
+Vue.prototype.formatTime = formatTime;
 Vue.prototype.resetForm = resetForm;
 Vue.prototype.addDateRange = addDateRange;
 Vue.prototype.selectDictLabel = selectDictLabel;
@@ -109,6 +113,7 @@
 Vue.use(directive);
 Vue.use(plugins);
 Vue.use(VueMeta);
+Vue.use(VueAudio)
 DictData.install();
 Vue.use(components);
 // Vue.use(VueQuillEditor)

--
Gitblit v1.9.3