mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-09 19:56:19 +00:00
Cleanup console.log
This commit is contained in:
parent
f47e94cf9f
commit
a2ed8b8cf3
1 changed files with 0 additions and 4 deletions
|
@ -1368,7 +1368,6 @@
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
replaceRule(old_index,new_index){
|
replaceRule(old_index,new_index){
|
||||||
console.log(old_index, new_index);
|
|
||||||
rules = this.templateSettings.routing.rules;
|
rules = this.templateSettings.routing.rules;
|
||||||
if (new_index >= rules.length) rules.push(undefined);
|
if (new_index >= rules.length) rules.push(undefined);
|
||||||
rules.splice(new_index, 0, rules.splice(old_index, 1)[0]);
|
rules.splice(new_index, 0, rules.splice(old_index, 1)[0]);
|
||||||
|
@ -1379,9 +1378,6 @@
|
||||||
rules.splice(index,1);
|
rules.splice(index,1);
|
||||||
this.routingRuleSettings = JSON.stringify(rules);
|
this.routingRuleSettings = JSON.stringify(rules);
|
||||||
},
|
},
|
||||||
onRuleDraggingStart(...args) {
|
|
||||||
console.log(args);
|
|
||||||
},
|
|
||||||
showWarp(){
|
showWarp(){
|
||||||
warpModal.show();
|
warpModal.show();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue