11wqe1 1 месяц назад
Родитель
Сommit
04bb0dcbb1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/pages/workPage/components/questionsAndAnswers.vue

+ 1 - 1
src/components/pages/workPage/components/questionsAndAnswers.vue

@@ -96,7 +96,7 @@ export default {
       }else if(this.lang.lang == 'hk'){
         return `https://cloud.cocorobo.hk/browser/public/index.html`;
       }else{
-        return `https://cloud.cocorobo.cn/browser/public/index.html`;
+        return `https://beta.cloud.cocorobo.cn/browser/public/index.html`;
       }
     }
   },