소스 검색

更换接口

shaun-sheep 4 년 전
부모
커밋
8f38be68a2
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      src/api/legendLibrary.js
  2. 0 1
      src/components/menuList.vue

+ 2 - 1
src/api/legendLibrary.js

@@ -84,7 +84,8 @@ export function getVisualization({
 export function groupByCategory({
     getParams
 }) {
-    return httputils.getJson(`/serve/topology-wanda/graphRelation/groupByCategory`, getParams)
+    // return httputils.getJson(`/serve/topology-wanda/graphRelation/groupByCategory`, getParams)
+    return httputils.getJson(`/serve/topology-wanda/graphElement/groupByInfoSystem`, getParams)
 }
 // 图例搜索
 export function graphElementSearch({

+ 0 - 1
src/components/menuList.vue

@@ -64,7 +64,6 @@ export default {
         ...mapGetters(['plazas', 'plazaId'])
     },
     created() {
-        console.log(this.times)
         this.currentTime()
     },
     mounted() {