فهرست منبع

返回旧版添加hk

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'
 				}