809d9ffa
wuxw
流程设计页面组件没法和vue兼容只...
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!-- <script src="/vcCore/vc-validate.js"></script> -->
<script type="text/javascript">
console.log('############################################################');
console.log('# HC小区项目开源于https://gitee.com/wuxw7/MicroCommunity #');
console.log('# HC智慧家园项目开源于https://gitee.com/wuxw7/MicroCommunity #');
console.log('# 开源不易,请star #');
console.log('# 官网:http://www.homecommunity.cn/ #');
console.log('############################################################');
</script>
<script>
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);
})();
</script>
|