소스 검색

删除无用打印

lkk 9 달 전
부모
커밋
a785980b93
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/components/Combinations/LayerManage/LayerManageSplit.vue

+ 0 - 1
src/components/Combinations/LayerManage/LayerManageSplit.vue

@@ -366,7 +366,6 @@ export default {
     },
     getShareTree() {
       GetShareTree().then((res) => {
-        console.log(res,'---------rewsres----------');
         if (res.statuscode == 200) {
           // 从根节点开始递归
           res.data.forEach((rootNode) => {