|
@@ -5,12 +5,14 @@
|
|
|
<meta charset="utf-8">
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
|
|
+ <% if(process.env.VUE_APP_ENV === "Dev"){ %>
|
|
|
<script src="https://cdn.bootcdn.net/ajax/libs/eruda/2.5.0/eruda.min.js"></script>
|
|
|
<script>
|
|
|
window.eruda.init({
|
|
|
tool: ["console", "network", "info", "resource"],
|
|
|
});
|
|
|
</script>
|
|
|
+ <% } %>
|
|
|
<script src="https://cxzx.smcic.net/topic/highSpeed/index.min.js"></script>
|
|
|
<script src="https://cxzx.smcic.net/topic/tool/js/shareWinxin.js"></script>
|
|
|
</head>
|