Add files via upload

This commit is contained in:
niubility000 2021-10-15 08:17:54 +08:00 committed by GitHub
parent 1bdf7b4860
commit e006476d90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,11 +126,11 @@ export default {
},
methods: {
toRoot() {
this.$router.replace({ path: "/files/" });
this.$router.push({ path: "/files/" });
this.$store.commit('closeHovers');
},
toSettings() {
this.$router.replace({ path: "/settings" });
this.$router.push({ path: "/settings" });
this.$store.commit('closeHovers');
},
help() {