@@ -288,6 +288,18 @@ export default {
this.echarts3q()
this.echarts4q()
this.treeCitys()
+ // 测试新发接口数据
+ /*
+ /jilin/queryAllAreaCode 查询行政区域列表,编号10.5.13.查询行政区域列表
+ */
+ this.$requestSDK(
+ "/jilin-devloper/jilin/queryAllAreaCode",
+ {},
+ "get"
+ ).then((res) => {
+ console.log("查询行政区域列表,编号10.5.13.查询行政区域列表=", res)
+ });
// // 获取摄像头点位列表信息
// this.$requestSDK(
// "/jilin-devloper/jilin/querySiteCodeAndDevices",