add
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="lottie-bg">
|
||||
<div class="lottie-bg">
|
||||
<div id="lottie"><img src="../../assets/images/live-logo.gif" rel="preload" style="width: 100%;" /></div>
|
||||
</div>
|
||||
</template>
|
||||
@ -30,12 +30,12 @@ export default {
|
||||
cookie.set('spread', urlSpread || 0);
|
||||
}
|
||||
}
|
||||
this.toLaunch();
|
||||
// login({
|
||||
// fail: () => {
|
||||
// this.toLaunch();
|
||||
// }
|
||||
// });
|
||||
// this.toLaunch();
|
||||
login({
|
||||
fail: () => {
|
||||
this.toLaunch();
|
||||
}
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
...mapActions(['changeAuthorization', 'changeUserInfo']),
|
||||
|
Reference in New Issue
Block a user