11wqe1 1 Minggu lalu
induk
melakukan
7d04671fe9
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      src/components/pages/liyuan/components/card.vue

+ 0 - 1
src/components/pages/liyuan/components/card.vue

@@ -71,7 +71,6 @@ export default {
                 console.log('cardData',this.cardData);
                 this.$router.push({ path: this.to, query: query })
             }else if (this.type == 2) { 
-                sessionStorage.setItem('gotype', this.$route.path);
                 let con = this.betaL =='beta'? 'https://beta.cloud.cocorobo.cn' : 'https://cloud.cocorobo.cn'
                 console.log( `${con}${this.to}`);
                 window.location.href = `${con}${this.to}`;