11wqe1 3 тижнів тому
батько
коміт
6d363bb630
2 змінених файлів з 4 додано та 0 видалено
  1. 2 0
      src/views/HomeView.vue
  2. 2 0
      src/views/login/loginPage.vue

+ 2 - 0
src/views/HomeView.vue

@@ -222,6 +222,8 @@ export default {
 				console.log(this.$region);
 				if (this.$region == 'beta') {
 					window.topU.location.href = 'https://beta.cloud.cocorobo.cn/index.html'
+				}else if(this.$region == 'hk'){
+					window.topU.location.href = 'https://cloud.cocorobo.hk/'
 				}else{
 					window.topU.location.href = 'https://cloud.cocorobo.cn/index.html'
 				}

+ 2 - 0
src/views/login/loginPage.vue

@@ -419,6 +419,8 @@ export default {
 				console.log(this.$region);
 				if (this.$region == 'beta') {
 					window.topU.location.href = 'https://beta.cloud.cocorobo.cn/index.html'
+				}else if(this.$region == 'hk'){
+					window.topU.location.href = 'https://cloud.cocorobo.hk/'
 				}else{
 					window.topU.location.href = 'https://cloud.cocorobo.cn/index.html'
 				}