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