router fix

pull/2442/head
Tuğçe Küçükoğlu 2022-04-12 10:56:38 +03:00
parent 80b22e16b5
commit 5ef9399e2b
2 changed files with 5 additions and 5 deletions

View File

@ -94,7 +94,7 @@ export default {
label: 'Upload', label: 'Upload',
icon: 'pi pi-upload', icon: 'pi pi-upload',
command: () => { command: () => {
window.location.hash = "/fileupload" this.$router.push('fileupload');
} }
}, },
{ {

View File

@ -49,7 +49,7 @@ items: [
label: 'Upload', label: 'Upload',
icon: 'pi pi-upload', icon: 'pi pi-upload',
command: () => { command: () => {
window.location.hash = "/fileupload" this.$router.push('fileupload');
} }
}, },
{ {
@ -384,7 +384,7 @@ export default {
label: 'Upload', label: 'Upload',
icon: 'pi pi-upload', icon: 'pi pi-upload',
command: () => { command: () => {
window.location.hash = "/fileupload" this.$router.push('fileupload');
} }
}, },
{ {
@ -592,7 +592,7 @@ export default {
label: 'Upload', label: 'Upload',
icon: 'pi pi-upload', icon: 'pi pi-upload',
command: () => { command: () => {
window.location.hash = "/fileupload" this.$router.push('fileupload');
} }
}, },
{ {
@ -804,7 +804,7 @@ export default {
label: 'Upload', label: 'Upload',
icon: 'pi pi-upload', icon: 'pi pi-upload',
command: () => { command: () => {
window.location.hash = "/fileupload" this.$router.push('fileupload');
} }
}, },
{ {