瀏覽代碼

修改ai通识课跳转

11wqe1 1 周之前
父節點
當前提交
8e326ca229
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/pages/liyuan/components/card.vue

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

@@ -97,7 +97,7 @@ export default {
                 } catch (error) {
                     console.log(error);
                 }
-                let con = this.betaL =='beta'? 'https://beta.cloud.cocorobo.cn' : 'https://cloud.cocorobo.cn'
+                let con = 'https://cloud.cocorobo.cn'
                 console.log( `${con}${this.to}`);
                 window.location.href = `${con}${this.to}`;
             }