|
@@ -157,7 +157,7 @@ export default {
|
|
|
created(){
|
|
|
const _this = this
|
|
|
let userInfor = JSON.parse(getToken());
|
|
|
- if (userInfor && userInfor.user_type == "TEACHER") {
|
|
|
+ if (userInfor && (userInfor.user_type == "TEACHER"||userInfor.user_type == "INNER")) {
|
|
|
_this.isAnswerItemShow = true;
|
|
|
} else {
|
|
|
_this.isAnswerItemShow = false;
|