|
|
@@ -630,7 +630,7 @@ const GoTeach = (row: any) => {
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- url=`https://dev3.k12100.net/#/otherLogin?schoolId=${row.id}&ticket=${ticket}`;//测试环境
|
|
|
+ url=`https://index.k12100.net/#/otherLogin?schoolId=${row.id}&ticket=${ticket}`;//测试环境
|
|
|
}
|
|
|
// let url=`https://dev3.k12100.net/#/otherLogin?schoolId=${row.id}&ticket=${ticket}`;//测试环境
|
|
|
console.log("打印获取票据接口返回ticket",ticket)
|