Explorar el Código

修改hk返回旧版

11wqe1 hace 2 semanas
padre
commit
eaeb9bedd4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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";
 					}