Browse Source

优化AI销售参谋跳转高销额页面

zhujindu 1 year ago
parent
commit
066c48d036
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/deviceOutside/topStore.vue

+ 3 - 1
src/views/deviceOutside/topStore.vue

@@ -1,5 +1,6 @@
 <template>
 <template>
   <div class="bgcolor">
   <div class="bgcolor">
+    <!-- AI销售参谋跳转 -->
     <template v-if="AItype">
     <template v-if="AItype">
       <!--        顶部条-->
       <!--        顶部条-->
       <van-nav-bar class="navBar" title="高销额门店推荐" left-arrow @click-left="onClickLeft">
       <van-nav-bar class="navBar" title="高销额门店推荐" left-arrow @click-left="onClickLeft">
@@ -993,7 +994,8 @@ export default {
       this.showOutPopover = true;
       this.showOutPopover = true;
     },
     },
     onClickLeft() {
     onClickLeft() {
-      this.$router.replace({ path: '/deviceWithin' });
+      this.$router.go(-1);
+      // this.$router.replace({ path: '/deviceWithin' });
     },
     },
     onSelect(val) {
     onSelect(val) {
       this.showOutPopover = false;
       this.showOutPopover = false;