@@ -239,7 +239,7 @@ export default {
pageload() {
var that = this;
- if (this.userId == 21) {
+ if (this.userId == 21 || this.userId == 95) {
this.isSelect = false;
}