Renxy 2 년 전
부모
커밋
06f16bcc67
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/ContractManager/component/Modal.jsx

+ 1 - 1
src/pages/ContractManager/component/Modal.jsx

@@ -60,7 +60,7 @@ export const Status = {
   CalCheckSuccess: 6,
 };
 
-let isInLine = !location.host.includes('work.greentech.com');
+let isInLine = location.host.includes('work.greentech.com');
 
 const ContractModal = (props) => {
   const [form] = Form.useForm();