Commit fc6494f5 authored by 华国豪's avatar 华国豪 🙄

删除过期活动轮播图

parent acc3f6e8
......@@ -249,11 +249,11 @@ export default {
})
.then(res => {
if (res.data.resultCode == 10000 || res.data.resultCode == 10001) {
if (window.location.href.indexOf('IntegralMall') === -1 && window.location.href.indexOf('productDetail') === -1) {
// if (window.location.href.indexOf('IntegralMall') === -1 && window.location.href.indexOf('productDetail') === -1) {
this.$router.push({
path: '/login'
})
}
// }
} else if (res.data.resultCode == 10005) {
this.$router.go(-1)
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment