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

BIN
assets/oldLogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 698 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 698 KiB