|
@@ -6,6 +6,9 @@
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
<title>交通运输应急指挥系统</title>
|
|
|
+ <script>
|
|
|
+ window.spuser = '<%- spuser %>'
|
|
|
+ </script>
|
|
|
<!-- <script src="./flexible.js"></script> -->
|
|
|
<script src="./webClient/defaultConfig.js?time=111"></script>
|
|
|
<script src="./webClient/initWebSocket.js?time=111"></script>
|
|
@@ -37,8 +40,8 @@
|
|
|
* key、solution设置
|
|
|
*/
|
|
|
|
|
|
- minemap.key = "38025fbc9e3f4e1fb64b34b2b55080ab";
|
|
|
- minemap.solution = 12887;
|
|
|
+ minemap.key = '<%- mapkey %>';
|
|
|
+ minemap.solution = '<%- mapsolution %>';
|
|
|
</script>
|
|
|
|
|
|
|