zhangweicheng 5 rokov pred
rodič
commit
0e98871c0b

+ 1 - 1
config/config.js

@@ -101,7 +101,7 @@ module.exports = {
     importURL: "172.18.111.232:2050"
     importURL: "172.18.111.232:2050"
   },
   },
   qa_sc: {
   qa_sc: {
-    title: "纵横公路云造价",
+    title: "纵横公路云造价",//流量统计靠这个判断
     startPort: 3060,
     startPort: 3060,
     dbURL:"mongodb://smartcost:smartcost3850888@192.168.1.90:60666,192.168.1.90:60667/smartcost?authSource=admin;replicaSet=sc",
     dbURL:"mongodb://smartcost:smartcost3850888@192.168.1.90:60666,192.168.1.90:60667/smartcost?authSource=admin;replicaSet=sc",
     // server: "192.168.1.90",
     // server: "192.168.1.90",

+ 4 - 0
web/common/html/header.html

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

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 7 - 1
web/users/html/login.html