mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -2502,6 +2502,7 @@ public class SpringBootTestController {
|
||||
|
||||
GetStationInfoDTO dto = new GetStationInfoDTO();
|
||||
dto.setType("page");
|
||||
dto.setIdList(Lists.newArrayList("395"));
|
||||
aMapService.getStationInfosV2(dto);
|
||||
}
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
<div>
|
||||
<ul class="list-group list-group-striped">
|
||||
<li class="list-group-item">
|
||||
<svg-icon icon-class="date" /> 当前日期
|
||||
<el-icon name="date" /> 当前日期
|
||||
<div class="pull-right">{{ nowDate }}</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user