@ -69,7 +69,7 @@ module.exports = (vm) => {
icon:'none'
});
if(data.code==401){
uni.navigateTo({
uni.reLaunch({
url:'/pages/login/login'
})
}
@ -79,7 +79,7 @@ module.exports = (vm) => {
}, (response) => {
if(response.data.code==401){
@ -172,7 +172,8 @@
// }).catch((res) =>{
// })
articleDetails({ids:this.id},{custom: { auth: true }}).then(res=>{
// {custom: { auth: true }}
articleDetails({ids:this.id}).then(res=>{
this.titleInfo = res;
if(res.is_collect==0){
this.isCollect = false
@ -105,7 +105,7 @@
},
goLogin(){