Browse Source

feat: 去掉流量統计

zhangweicheng 3 years atrás
parent
commit
ae29ed4bc9
2 changed files with 2 additions and 10 deletions
  1. 1 5
      web/common/html/header.html
  2. 1 5
      web/users/html/login.html

+ 1 - 5
web/common/html/header.html

@@ -316,11 +316,7 @@
     </div>
 </div>
 <div style="display: none">
-  <% if (title == "纵横公路云造价") { %>
-    <%include dataStatistics_sc.html %>
-  <% } else { %>
-    <%include dataStatistics.html %>
-  <% } %>
+
 </div>
 
 <!-- inject:js -->

+ 1 - 5
web/users/html/login.html

@@ -63,11 +63,7 @@
             </div>
         </form>
         <div class="text-white fixed-bottom"><p class="text-center mb-1">Copyright © 2018 <a href="https://smartcost.com.cn" target="_blank" class="text-white">珠海纵横创新软件有限公司</a>.All Rights Reserved.<a class="text-white ml-2" href="https://beian.miit.gov.cn" target="_blank">粤ICP备14032472号</a>
-          <% if (title == "纵横公路云造价") { %>
-            <%include ../../common/html/dataStatistics_sc.html %>
-          <% } else { %>
-            <%include ../../common/html/dataStatistics.html %>
-          <% } %>
+     
         <small class="position-absolute mr-3 login-img-cr">Photo by <a class="text-white" href="https://www.pexels.com/@no-name-14543?utm_content=attributionCopyText&utm_medium=referral&utm_source=pexels" target="_blank">NO NAME</a> from <a class="text-white" href="https://www.pexels.com/photo/nature-sky-sunset-the-mountains-66997/?utm_content=attributionCopyText&utm_medium=referral&utm_source=pexels" target="_blank">Pexels</a></small></p></div>
     </div>
     <!--弹出信息-->