|
@@ -279,7 +279,7 @@ const ChangeStatus = (row: any) => {
|
|
|
}
|
|
}
|
|
|
const GoTeach = (row: any) => {
|
|
const GoTeach = (row: any) => {
|
|
|
let accessToken = localStorage.getItem('token')
|
|
let accessToken = localStorage.getItem('token')
|
|
|
- window.open(`https://dev3.k12100.net/#/otherLogin?schoolId=${row.id}&adminToken=${accessToken}`)
|
|
|
|
|
|
|
+ window.open(`https://admin.k12100.net/#/otherLogin?schoolId=${row.id}&adminToken=${accessToken}`)
|
|
|
}
|
|
}
|
|
|
const resetPassWord = (row: any) => {
|
|
const resetPassWord = (row: any) => {
|
|
|
passwordDialog.dialogShow = true
|
|
passwordDialog.dialogShow = true
|