| | |
| | | CAloading.close(); |
| | | if (res.code == 200) { |
| | | let tokenData = res.token; |
| | | let times = new Date().getTime(); |
| | | window.localStorage.setItem("TokenTime", times); |
| | | window.localStorage.setItem("TokenKey", tokenData); |
| | | this.$router.push("/index"); |
| | | } else { |
| | |
| | | JBloading.close(); |
| | | if (res.code == 200) { |
| | | let tokenData = res.token; |
| | | let times = new Date().getTime(); |
| | | window.localStorage.setItem("TokenTime", times); |
| | | window.localStorage.setItem("TokenKey", tokenData); |
| | | this.$router.push("/index"); |
| | | } else { |
| | |
| | | position: absolute; |
| | | bottom: -160px; |
| | | animation: square 20s linear infinite; |
| | | border-radius: 45%; |
| | | box-shadow: 0px 0px 10px rgba(255,255,255,0.5); |
| | | } |
| | | |
| | | .bg-squares li:nth-child(1) { |