fix: 解决社区版刷新时网站标题显示问题 (#5695)

This commit is contained in:
ssongliu 2024-07-05 16:54:50 +08:00 committed by GitHub
parent 0105da02af
commit 2e8403347a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,6 @@ export async function loadProductProFromDB() {
if (!res.data) {
resetXSetting();
globalStore.isProductPro = false;
return;
} else {
globalStore.isProductPro =
res.data.status === 'Enable' || res.data.status === 'Lost01' || res.data.status === 'Lost02';