11wqe1 пре 1 недеља
родитељ
комит
7d04671fe9
1 измењених фајлова са 0 додато и 1 уклоњено
  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}`;