Ver Fonte

修改hk返回旧版

11wqe1 há 2 semanas atrás
pai
commit
eaeb9bedd4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/login/loginPage.vue

+ 1 - 1
src/views/login/loginPage.vue

@@ -637,7 +637,7 @@ export default {
 						window.topU.location.href =
 							"https://beta.cloud.cocorobo.cn/index.html";
 					} else if (this.$region == "hk") {
-						window.topU.location.href = "https://cloud.cocorobo.hk/";
+						window.topU.location.href = "https://cloud.cocorobo.hk/index.html";
 					} else {
 						window.topU.location.href = "https://cloud.cocorobo.cn/index.html";
 					}