Skip to content

Commit dfb74e5

Browse files
committed
feat: 企业版屏蔽License验证
1 parent 879eeec commit dfb74e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/renderer/src/main/src/components/layout/UILayout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ const UILayout: React.FC<UILayoutProp> = (props) => {
10051005

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

0 commit comments

Comments
 (0)