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