瀏覽代碼

教师个人跳转赛课活动

XW 1 年之前
父節點
當前提交
60c4096f77
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      TEAMModelOS/ClientApp/src/common/BaseLayout.vue

+ 1 - 1
TEAMModelOS/ClientApp/src/common/BaseLayout.vue

@@ -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");
 			},
 			//教师个人跳转苏格拉底