|
|
@@ -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";
|