Ver Fonte

修改hk

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

+ 1 - 1
src/views/HomeView.vue

@@ -376,7 +376,7 @@ export default {
 				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/'
+					window.topU.location.href = 'https://cloud.cocorobo.hk/index.html'
 				}else{
 					window.topU.location.href = 'https://cloud.cocorobo.cn/index.html'
 				}

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

@@ -626,13 +626,13 @@ export default {
 		},
 		// 返回旧版本
 		backVersion() {
+			console.log(this.$region);
 			this.$confirm(this.lang.backoldversion, this.lang.tip, {
 				confirmButtonText: this.lang.confirm,
 				cancelButtonText: this.lang.Cancel,
 				type: "warning",
 			})
 				.then(() => {
-					console.log(this.$region);
 					if (this.$region == "beta") {
 						window.topU.location.href =
 							"https://beta.cloud.cocorobo.cn/index.html";