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

更新

parent 9387c51b
...@@ -63,15 +63,7 @@ ...@@ -63,15 +63,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<!-- <router-link to="IceCreamTask">
<img class="bgImg" src="../../assets/img/groupTour/top_bg.jpg" alt="">
</router-link> -->
<el-carousel style="width:100%;position:absolute;left:0;top:0" arrow="always" height="522px" :interval="10000" trigger="click"> <el-carousel style="width:100%;position:absolute;left:0;top:0" arrow="always" height="522px" :interval="10000" trigger="click">
<el-carousel-item>
<!-- <router-link to="IceCreamTask"> -->
<img src="../../assets/img/groupTour/top_bg.jpg" alt="">
<!-- </router-link> -->
</el-carousel-item>
<el-carousel-item> <el-carousel-item>
<router-link :to="{ path: '/search',query:{'keywords':'','lineName':'出境日本线','lineId':'14'}}"> <router-link :to="{ path: '/search',query:{'keywords':'','lineName':'出境日本线','lineId':'14'}}">
<img src='../../assets/img/groupTour/01.jpg'> <img src='../../assets/img/groupTour/01.jpg'>
...@@ -103,7 +95,6 @@ ...@@ -103,7 +95,6 @@
<!-- 跳水特价 --> <!-- 跳水特价 -->
<div style="background:#ffffff"> <div style="background:#ffffff">
<Vdiving :data="tiaoshui" :isLogin="isLogin" class="w1180"/> <Vdiving :data="tiaoshui" :isLogin="isLogin" class="w1180"/>
</div> </div>
<!-- 线路列表 --> <!-- 线路列表 -->
<div style="background:#F8F8F8"> <div style="background:#F8F8F8">
......
...@@ -249,9 +249,11 @@ export default { ...@@ -249,9 +249,11 @@ export default {
}) })
.then(res => { .then(res => {
if (res.data.resultCode == 10000 || res.data.resultCode == 10001) { if (res.data.resultCode == 10000 || res.data.resultCode == 10001) {
this.$router.push({ if (window.location.href.indexOf('IntegralMall') === -1 && window.location.href.indexOf('productDetail') === -1) {
path: '/login' this.$router.push({
}) path: '/login'
})
}
} else if (res.data.resultCode == 10005) { } else if (res.data.resultCode == 10005) {
this.$router.go(-1) this.$router.go(-1)
} else { } 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