Add files via upload
This commit is contained in:
parent
b208af3eb4
commit
09daf23d05
@ -247,7 +247,11 @@ export default {
|
|||||||
this.addSelected(this.index);
|
this.addSelected(this.index);
|
||||||
},
|
},
|
||||||
open: function () {
|
open: function () {
|
||||||
this.$router.push({ path: this.url });
|
if (this.isDir) {
|
||||||
|
this.$router.push({ path: this.url });
|
||||||
|
} else {
|
||||||
|
this.$router.replace({ path: this.url });
|
||||||
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user