mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
share routes refactoring
This commit is contained in:
@@ -890,7 +890,7 @@ export default {
|
||||
|
||||
// Get route
|
||||
let route = this.$store.getters.sharedDetail
|
||||
? `/api/search/${this.$router.currentRoute.params.token}`
|
||||
? `/api/sharing/search/${this.$router.currentRoute.params.token}`
|
||||
: '/api/search'
|
||||
|
||||
axios
|
||||
|
||||
Reference in New Issue
Block a user