wangzhe 8 месяцев назад
Родитель
Сommit
73e7c28484
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      screen-demo/src/views/templateInstance.vue

+ 12 - 0
screen-demo/src/views/templateInstance.vue

@@ -284,6 +284,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",