|
|
|
|
203
|
"success": function(data) {
|
203
|
"success": function(data) {
|
204
|
console.log(data)
|
204
|
console.log(data)
|
205
|
if(data.success) {
|
205
|
if(data.success) {
|
206
|
if(data.data.authentication != undefined || data.data.authentication != null){
|
|
|
|
|
206
|
if(data.data.authentication || data.data.authentication===0){
|
207
|
location.href = "index.html";
|
207
|
location.href = "index.html";
|
208
|
}else{
|
208
|
}else{
|
209
|
location.href = "fillinfo-select.html?id=" + professorId;
|
209
|
location.href = "fillinfo-select.html?id=" + professorId;
|