Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Aug 14, 2019
1 parent c162da6 commit 3eb340c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>mall-admin-web</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144208445-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-144208445-2');
</script>
<!--Baidu Analytics-->
<script>
var _hmt = _hmt || [];
(function() {
Expand All @@ -13,10 +22,10 @@
s.parentNode.insertBefore(hm, s);
})();
</script>

</head>
<body>
<script src="./static/tinymce4.7.5/tinymce.min.js"></script>
<!--<script src="./static/tinymce4.7.5/tinymce.min.js"></script>-->
<script src="https://unpkg.com/[email protected]/tinymce.min.js"></script>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
Expand Down

0 comments on commit 3eb340c

Please sign in to comment.