2023-11-28

This commit is contained in:
X1627315083
2023-11-28 17:07:38 +08:00
parent 20897578f0
commit af7177654f
7 changed files with 22 additions and 18 deletions

View File

@@ -268,8 +268,6 @@ export default defineComponent({
},
driver__:{
handler(newVal,oldVal){
console.log(newVal,'======');
if(newVal.index >= 1 && newVal.index <= 2){
this.open(newVal.index)
}else{