mirror of https://github.com/1Panel-dev/1Panel
fix: 解决社区版刷新时网站标题显示问题 (#5695)
parent
0105da02af
commit
2e8403347a
|
@ -56,7 +56,6 @@ export async function loadProductProFromDB() {
|
||||||
if (!res.data) {
|
if (!res.data) {
|
||||||
resetXSetting();
|
resetXSetting();
|
||||||
globalStore.isProductPro = false;
|
globalStore.isProductPro = false;
|
||||||
return;
|
|
||||||
} else {
|
} else {
|
||||||
globalStore.isProductPro =
|
globalStore.isProductPro =
|
||||||
res.data.status === 'Enable' || res.data.status === 'Lost01' || res.data.status === 'Lost02';
|
res.data.status === 'Enable' || res.data.status === 'Lost01' || res.data.status === 'Lost02';
|
||||||
|
|
Loading…
Reference in New Issue