tam
This commit is contained in:
@@ -46,6 +46,10 @@ export function GetStudentInfo() {
|
||||
return window['go']['main']['App']['GetStudentInfo']();
|
||||
}
|
||||
|
||||
export function LoadExamViewFile(arg1) {
|
||||
return window['go']['main']['App']['LoadExamViewFile'](arg1);
|
||||
}
|
||||
|
||||
export function Logout() {
|
||||
return window['go']['main']['App']['Logout']();
|
||||
}
|
||||
@@ -66,6 +70,10 @@ export function OpenExamResource(arg1) {
|
||||
return window['go']['main']['App']['OpenExamResource'](arg1);
|
||||
}
|
||||
|
||||
export function ReturnToDashboard() {
|
||||
return window['go']['main']['App']['ReturnToDashboard']();
|
||||
}
|
||||
|
||||
export function SendChatMessage(arg1) {
|
||||
return window['go']['main']['App']['SendChatMessage'](arg1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user