user permissions
This commit is contained in:
@@ -21,7 +21,7 @@ export const useWarrenStore = defineStore('warrens', {
|
||||
}
|
||||
|
||||
if (!this.current.path.endsWith('/')) {
|
||||
this.current.path += '/';
|
||||
path = '/' + path;
|
||||
}
|
||||
|
||||
this.current.path += path;
|
||||
|
||||
Reference in New Issue
Block a user