refactor(接口定义): 开源失败重跑
This commit is contained in:
parent
7c1ae3c160
commit
f340302f09
|
@ -235,7 +235,7 @@ export default {
|
|||
}
|
||||
},
|
||||
rerunVerify() {
|
||||
if (hasLicense() && this.fullTreeNodes && this.fullTreeNodes.length > 0 && !this.isShare) {
|
||||
if (this.fullTreeNodes && this.fullTreeNodes.length > 0 && !this.isShare) {
|
||||
this.fullTreeNodes.forEach((item) => {
|
||||
item.redirect = true;
|
||||
if (
|
||||
|
|
Loading…
Reference in New Issue