From 63f5119bcc714c36fe8db21e5461d73eb5a0eaa0 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Mon, 21 Feb 2022 18:47:52 +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