소스 검색

point接口修改

tremble 3 년 전
부모
커밋
841ec13476
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/apis/index.js

+ 2 - 1
src/apis/index.js

@@ -57,7 +57,8 @@ export const burying_point = (data) => {
       whereUrl: url,
       type: data.type,
       productId: data.productId,
-      deptId:store.getters['scene/cdfRegionData'].deptId || null
+      sceneNum:browser.getURLParam('m')
+      // deptId:store.getters['scene/cdfRegionData'].deptId || null
     });
   }