| | |
| | | name: '标绘', |
| | | class: 'menu_img9', |
| | | show: false, |
| | | }, { |
| | | id: 10, |
| | | name: '场景', |
| | | class: 'menu_img10', |
| | | show: false, |
| | | }, |
| | | ], |
| | | }; |
| | |
| | | } |
| | | } |
| | | for (var i in this.menuOption) { |
| | | |
| | | if (this.menuOption[i].show != false) { |
| | | this.showMenuList.push(this.menuOption[i]); |
| | | } |
| | |
| | | var std = []; |
| | | std.push(this.menuOption[0]); |
| | | for (var i = 1; i < this.menuOption.length; i++) { |
| | | |
| | | if (this.menuOption[i].name == res.cnName) { |
| | | this.menuOption[i].show = true; |
| | | } |
| | |
| | | background: url('../../assets/img/synthesis/矩形 8 拷贝 11.png') |
| | | no-repeat center; |
| | | } |
| | | .menu_img10{ |
| | | background: url('../../assets/img/synthesis/场景打开1.png') |
| | | no-repeat center; |
| | | } |
| | | } |
| | | // li { |
| | | // background: rgba(53, 53, 53, 0); |