mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
update logo
This commit is contained in:
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 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user