refactor(接口定义): 开源失败重跑

This commit is contained in:
wxg0103 2023-02-23 15:28:36 +08:00 committed by wxg0103
parent a7b9920d80
commit 97b9054ec0
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ export default {
} }
}, },
rerunVerify() { rerunVerify() {
if (hasLicense() && this.fullTreeNodes && this.fullTreeNodes.length > 0 && !this.isShare) { if (this.fullTreeNodes && this.fullTreeNodes.length > 0 && !this.isShare) {
this.fullTreeNodes.forEach((item) => { this.fullTreeNodes.forEach((item) => {
item.redirect = true; item.redirect = true;
if ( if (