调整登录逻辑退出登录调整拦截器新增路由通配404也买呢
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
};
|
||||
},
|
||||
onShow() {
|
||||
if(this.$store.state.token != '') this.isAuth = true
|
||||
this.isAuth = this.$store.state.token != ''
|
||||
this.getIndex()
|
||||
},
|
||||
methods:{
|
||||
@@ -510,7 +510,7 @@
|
||||
width: 58rpx;
|
||||
height: 58rpx;
|
||||
line-height: 58rpx;
|
||||
background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .0) 40%, #ca66e0);
|
||||
background: radial-gradient(circle at 50% 50%, rgba(202, 102, 224, .0) 40%, #ca66e0);
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 0 5rpx 5rpx rgba($color: #ca66e0, $alpha: .5);
|
||||
.icon {
|
||||
|
||||
Reference in New Issue
Block a user