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();