From 279785b0686f3de1763056286a80360cdf5264f2 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Thu, 10 Feb 2022 18:21:39 +0800
Subject: [PATCH] 添加api请求地址

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

diff --git a/src/main.js b/src/main.js
index 09fb3fd..99eee08 100644
--- a/src/main.js
+++ b/src/main.js
@@ -11,6 +11,11 @@
 import infiniteScroll from 'vue-infinite-scroll'
 Vue.use(infiniteScroll)
 
+import APlayer from '@moefe/vue-aplayer';
+
+Vue.use(APlayer,{productionTip:false})
+import './mock/'
+
 Vue.prototype.$axios = axios
 
 new Vue({

--
Gitblit v1.9.1