refactor(接口定义): 开源失败重跑
This commit is contained in:
parent
a7b9920d80
commit
97b9054ec0
|
@ -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 (
|
||||||
|
|
Loading…
Reference in New Issue