admin
This commit is contained in:
parent
20e32871d7
commit
34312abc24
|
|
@ -39,7 +39,7 @@ if (isDev) {
|
||||||
}
|
}
|
||||||
debugType = window.location.search.indexOf('debug=t') != -1 ? 'teacher' :
|
debugType = window.location.search.indexOf('debug=t') != -1 ? 'teacher' :
|
||||||
window.location.search.indexOf('debug=s') != -1 ? 'student' :
|
window.location.search.indexOf('debug=s') != -1 ? 'student' :
|
||||||
window.location.search.indexOf('debug=a') != -1 ? 'admin' : parsed.debug || ''
|
window.location.search.indexOf('debug=a') != -1 ? 'admin' : parsed.debug || 'admin'
|
||||||
}
|
}
|
||||||
// 超管
|
// 超管
|
||||||
// debugType="admin";
|
// debugType="admin";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue