update logo

This commit is contained in:
janis
2023-10-05 13:30:58 +02:00
parent 7a34e36c4e
commit 46d565fbe7
7 changed files with 13 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 698 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 698 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 698 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 698 KiB

View File

@@ -43,18 +43,18 @@
</style>
<script>
export default {
data () {
return {
windowURL: location.protocol + '//' + location.host +'/admin/login',
}
},
methods: {
cleanup() {
sessionStorage.removeItem( 'basics' );
sessionStorage.removeItem( 'root' );
this.$router.push( '/admin/login' );
}
export default {
data () {
return {
windowURL: location.protocol + '//' + location.host +'/admin/login',
};
},
methods: {
cleanup() {
sessionStorage.removeItem( 'basics' );
sessionStorage.removeItem( 'root' );
this.$router.push( '/admin/login' );
}
};
}
};
</script>