Commit 3d2813a059c7cc1d79731ef01ada51dac25b13d9

Authored by ljq
1 parent 076cda82

百度url和残留分布式引用的pom

... ... @@ -315,10 +315,10 @@
315 315 </dependency>
316 316  
317 317 <!-- dubbo 需要的jar start -->
318   - <dependency>
  318 + <!-- <dependency>
319 319 <groupId>com.alibaba</groupId>
320 320 <artifactId>dubbo</artifactId>
321   - <!--<version>2.6.3</version>-->
  321 + &lt;!&ndash;<version>2.6.3</version>&ndash;&gt;
322 322 <version>2.5.3</version>
323 323 <exclusions>
324 324 <exclusion>
... ... @@ -346,9 +346,9 @@
346 346 <artifactId>slf4j-log4j12</artifactId>
347 347 </exclusion>
348 348 </exclusions>
349   - </dependency>
  349 + </dependency>-->
350 350  
351   - <dependency>
  351 + <!-- <dependency>
352 352 <groupId>com.101tec</groupId>
353 353 <artifactId>zkclient</artifactId>
354 354 <version>0.3</version>
... ... @@ -358,7 +358,7 @@
358 358 <artifactId>log4j</artifactId>
359 359 </exclusion>
360 360 </exclusions>
361   - </dependency>
  361 + </dependency>-->
362 362  
363 363 <!-- plan common工程依赖 -->
364 364 <dependency>
... ...
src/main/resources/static/index.html
... ... @@ -636,7 +636,7 @@
636 636 <!-- 地图相关 -->
637 637 <!-- 百度 -->
638 638 <script
639   - src="//api.map.baidu.com/api?v=3.0&ak=IGGrr4UjwIYzatoCRFKEL8sT"
  639 + src="//api.map.baidu.com/api?v=3.0&ak=za84VXA5QasXtkxfixJ4AIkdKXi2ib1W"
640 640 data-exclude=1></script>
641 641 <script
642 642 src="//api.map.baidu.com/library/TrafficControl/1.4/src/TrafficControl_min.js"
... ...
src/main/resources/static/real_control_v2/main.html
... ... @@ -127,7 +127,7 @@
127 127 </script>
128 128  
129 129 <!-- 地图相关 -->
130   -<script src="//api.map.baidu.com/api?v=2.0&ak=IGGrr4UjwIYzatoCRFKEL8sT"></script>
  130 +<script src="//api.map.baidu.com/api?v=2.0&ak=za84VXA5QasXtkxfixJ4AIkdKXi2ib1W"></script>
131 131 <script src="//api.map.baidu.com/library/TrafficControl/1.4/src/TrafficControl_min.js"></script>
132 132 <script src="/assets/js/baidu//MarkerClusterer.js" merge="plugins"></script>
133 133 <script src="/assets/js/CoordinateConverter.js" merge="plugins"></script>
... ...