From fda5819f5992f8bdd7bd6a5f3d39435a4991d706 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 20 Mar 2020 19:21:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E7=99=BE=E5=BA=A6=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/frameComponents/commonTop/commonTop.html | 2 +- public/frameComponents/commonTop/commonTop.js | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/public/frameComponents/commonTop/commonTop.html b/public/frameComponents/commonTop/commonTop.html index 3a9d8a482..1511d1497 100644 --- a/public/frameComponents/commonTop/commonTop.html +++ b/public/frameComponents/commonTop/commonTop.html @@ -1,4 +1,4 @@ - + diff --git a/public/frameComponents/commonTop/commonTop.js b/public/frameComponents/commonTop/commonTop.js index e69de29bb..8faecc1b6 100644 --- a/public/frameComponents/commonTop/commonTop.js +++ b/public/frameComponents/commonTop/commonTop.js @@ -0,0 +1,14 @@ +console.log('############################################################'); +console.log('# HC小区项目开源于https://gitee.com/wuxw7/MicroCommunity #'); +console.log('# HC智慧家园项目开源于https://gitee.com/wuxw7/MicroCommunity #'); +console.log('# 欢迎star #'); +console.log('# java110团队宣 #'); +console.log('############################################################'); + +var _hmt = _hmt || []; + (function() { + var hm = document.createElement("script"); + hm.src = "https://hm.baidu.com/hm.js?adedae9bc250561cc17e96dc1fb46079"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); + })(); \ No newline at end of file