We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879eeec commit dfb74e5Copy full SHA for dfb74e5
app/renderer/src/main/src/components/layout/UILayout.tsx
@@ -1005,7 +1005,7 @@ const UILayout: React.FC<UILayoutProp> = (props) => {
1005
1006
/** ---------- EE版-license Start ---------- */
1007
// 企业版-连接引擎后验证license=>展示企业登录
1008
- const [isJudgeLicense, setJudgeLicense] = useState<boolean>(isEnterpriseEdition())
+ const [isJudgeLicense, setJudgeLicense] = useState<boolean>(false)
1009
useEffect(() => {
1010
// 用户退出 - 验证license=>展示企业登录
1011
ipcRenderer.on("again-judge-license-login", () => {
0 commit comments