2 Commits c862d9de8e ... 4ec5a06fbb

Author SHA1 Message Date
  wangzhe 4ec5a06fbb Merge remote-tracking branch 'origin/master' 8 months ago
  wangzhe 73e7c28484 测试接口 8 months ago
1 changed files with 12 additions and 0 deletions
  1. 12 0
      screen-demo/src/views/templateInstance.vue

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

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