|
@@ -5,16 +5,19 @@
|
|
|
<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>
|
|
|
+ <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
|
|
+ <meta http-equiv="Pragma" content="no-cache" />
|
|
|
+ <meta http-equiv="Expires" content="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>
|
|
|
|
|
|
<body>
|