|
@@ -67,7 +67,8 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
goto() {
|
|
|
- this.$router.push("/");
|
|
|
+ // this.$router.push("/");
|
|
|
+ window.location.href = "https://meta.cocorobo.cn";
|
|
|
},
|
|
|
login() {
|
|
|
//debugger;
|
|
@@ -98,7 +99,7 @@ export default {
|
|
|
var type = this.type;
|
|
|
localStorage.setItem("type", type);
|
|
|
window.location.href =
|
|
|
- "https://edu.cocorobo.cn/course/login?type=1&UnityType=" + type;
|
|
|
+ "https://edu.cocorobo.cn/course/login?type=1&UnityType=" + type;
|
|
|
});
|
|
|
},
|
|
|
logout() {
|