@@ -365,7 +365,7 @@
},
// 教师个人跳转赛课活动
toPrivActivity() {
- let url = `${window.location.host === 'localhost:5001' ? 'http://localhost:8081' : window.location.origin}/teammodel/home/homePage?token=${localStorage.getItem("auth_token")}`
+ let url = `${window.location.host === 'localhost:5001' ? 'http://localhost:8081' : 'https://contest-test.teammodel.cn'}/teammodel/home/homePage?token=${localStorage.getItem("auth_token")}`
window.open(url, "", "noopener");
//教师个人跳转苏格拉底