소스 검색

通识课

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}`;