소스 검색

删除console

zhangxc 5 년 전
부모
커밋
6ac66fe677
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/store/actions/pushMessage.js

+ 0 - 1
src/store/actions/pushMessage.js

@@ -310,7 +310,6 @@ export const setChangeAdviceCheck = (state, action) => {
 }
 
 export const addBilling = (state, action) => {
-	console.log('aaa', state)
 	const res = JSON.parse(JSON.stringify(state));
 	const {assay,check} = action;
 	res.assay = res.assay.map((item,index)=>{