Login page redirect / Baidu Column revised

This commit is contained in:
Vion 2022-02-09 18:34:44 +08:00
parent f6244d6886
commit 57e2872241
5 changed files with 30 additions and 5 deletions

View File

@ -123,8 +123,8 @@ ul li ol li em strong i {
border: 2px solid #d7d7d7; border: 2px solid #d7d7d7;
border-radius: 50%; border-radius: 50%;
img { img {
width: 36px; width: 2rem;
height: 36px; height: 2rem;
display: block; display: block;
margin: 0 auto; margin: 0 auto;
} }
@ -342,8 +342,8 @@ ul li ol li em strong i {
border: 2px solid #d7d7d7; border: 2px solid #d7d7d7;
border-radius: 50%; border-radius: 50%;
img { img {
width: 48px; width: 2rem;
height: 48px; height: 2rem;
display: block; display: block;
margin: 0 auto; margin: 0 auto;
} }
@ -353,7 +353,7 @@ ul li ol li em strong i {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding-bottom:32px; padding-bottom:2rem;
border-bottom: 1px solid #D7D7D7; border-bottom: 1px solid #D7D7D7;
em{ em{
font-style: normal; font-style: normal;

View File

@ -171,6 +171,9 @@ export default {
slidesPerView: "auto", slidesPerView: "auto",
centeredSlides: true, centeredSlides: true,
speed: 1000, speed: 1000,
autoplay: {
delay: 3000,
},
spaceBetween: 0, spaceBetween: 0,
pagination: { pagination: {
el: "#swiperAPagnation", el: "#swiperAPagnation",
@ -187,6 +190,9 @@ export default {
slidesPerView: "auto", slidesPerView: "auto",
centeredSlides: true, centeredSlides: true,
speed: 1000, speed: 1000,
autoplay: {
delay: 3000,
},
spaceBetween: 0, spaceBetween: 0,
pagination: { pagination: {
el: "#swiperBPagnation", el: "#swiperBPagnation",

View File

@ -171,6 +171,9 @@ export default {
slidesPerView: "auto", slidesPerView: "auto",
centeredSlides: true, centeredSlides: true,
speed: 1000, speed: 1000,
autoplay: {
delay: 3000,
},
spaceBetween: 0, spaceBetween: 0,
pagination: { pagination: {
el: "#swiperAPagnation", el: "#swiperAPagnation",
@ -187,6 +190,9 @@ export default {
slidesPerView: "auto", slidesPerView: "auto",
centeredSlides: true, centeredSlides: true,
speed: 1000, speed: 1000,
autoplay: {
delay: 3000,
},
spaceBetween: 0, spaceBetween: 0,
pagination: { pagination: {
el: "#swiperBPagnation", el: "#swiperBPagnation",

View File

@ -171,6 +171,9 @@ export default {
slidesPerView: "auto", slidesPerView: "auto",
centeredSlides: true, centeredSlides: true,
speed: 1000, speed: 1000,
autoplay: {
delay: 3000,
},
spaceBetween: 0, spaceBetween: 0,
pagination: { pagination: {
el: "#swiperAPagnation", el: "#swiperAPagnation",
@ -187,6 +190,9 @@ export default {
slidesPerView: "auto", slidesPerView: "auto",
centeredSlides: true, centeredSlides: true,
speed: 1000, speed: 1000,
autoplay: {
delay: 3000,
},
spaceBetween: 0, spaceBetween: 0,
pagination: { pagination: {
el: "#swiperBPagnation", el: "#swiperBPagnation",

View File

@ -221,6 +221,13 @@ export default {
}, },
mounted() { mounted() {
//console.log(this.$route.params); //console.log(this.$route.params);
this.checkIsLogin();
let user = this.$store.state.userInfo;
if(user) {
this.$router.push({
path: "/personal/mypersonal",
});
}
}, },
// watch: function () { // watch: function () {
// console.log(this.inRank); // console.log(this.inRank);