序列号增加单据点开,会员页面优化
This commit is contained in:
10
jshERP-web/public/index.html
vendored
10
jshERP-web/public/index.html
vendored
@@ -255,6 +255,7 @@
|
||||
ajax.send(null);
|
||||
window.SYS_TITLE = sysTitle;
|
||||
document.title = window.SYS_TITLE;
|
||||
var _hmt = _hmt || [];
|
||||
</script>
|
||||
</head>
|
||||
|
||||
@@ -270,5 +271,14 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "https://hm.baidu.com/hm.js?7007d53664243dc0e53bcf92791a712d";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user