From 6bcd135673be57b00ea68e58f1ae6aef2ac19e21 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Thu, 17 Feb 2022 18:30:05 +0800
Subject: [PATCH] 友链接口对接

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

diff --git a/src/main.js b/src/main.js
index 824ba66..99eee08 100644
--- a/src/main.js
+++ b/src/main.js
@@ -14,6 +14,7 @@
 import APlayer from '@moefe/vue-aplayer';
 
 Vue.use(APlayer,{productionTip:false})
+import './mock/'
 
 Vue.prototype.$axios = axios
 

--
Gitblit v1.9.1