|
@@ -56,6 +56,7 @@ export const myMixin = {
|
|
|
accountNumber: this.userJson.accountNumber,
|
|
|
org: this.userJson.orgName,
|
|
|
school: this.userJson.schoolName,
|
|
|
+ role: this.userJson.type =='1'?'老师':'学生',
|
|
|
browser: browser,
|
|
|
userTime: userTime == "1" ? _time : userTime, // 使用时间 1次的就1 其次传秒
|
|
|
loadTime: loadTime, //load的时间没有就“”
|