diff --git a/app/renderer/src/main/src/components/layout/UILayout.tsx b/app/renderer/src/main/src/components/layout/UILayout.tsx index 14a106446b..f21dc4d11b 100644 --- a/app/renderer/src/main/src/components/layout/UILayout.tsx +++ b/app/renderer/src/main/src/components/layout/UILayout.tsx @@ -1005,7 +1005,7 @@ const UILayout: React.FC = (props) => { /** ---------- EE版-license Start ---------- */ // 企业版-连接引擎后验证license=>展示企业登录 - const [isJudgeLicense, setJudgeLicense] = useState(isEnterpriseEdition()) + const [isJudgeLicense, setJudgeLicense] = useState(false) useEffect(() => { // 用户退出 - 验证license=>展示企业登录 ipcRenderer.on("again-judge-license-login", () => {