Ver Fonte

通识课

11wqe1 há 1 semana atrás
pai
commit
7d04671fe9
1 ficheiros alterados com 0 adições e 1 exclusões
  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}`;