Skip to content

Commit

Permalink
feat: 企业版屏蔽License验证
Browse files Browse the repository at this point in the history
  • Loading branch information
song-xiao-lin committed Dec 12, 2024
1 parent 879eeec commit dfb74e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/src/main/src/components/layout/UILayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ const UILayout: React.FC<UILayoutProp> = (props) => {

/** ---------- EE版-license Start ---------- */
// 企业版-连接引擎后验证license=>展示企业登录
const [isJudgeLicense, setJudgeLicense] = useState<boolean>(isEnterpriseEdition())
const [isJudgeLicense, setJudgeLicense] = useState<boolean>(false)
useEffect(() => {
// 用户退出 - 验证license=>展示企业登录
ipcRenderer.on("again-judge-license-login", () => {
Expand Down

0 comments on commit dfb74e5

Please sign in to comment.