| | |
| | | const pic = JSON.parse(sessionStorage.getItem('pic')); |
| | | if (pic) { |
| | | result = pic; |
| | | console.log('缓存') |
| | | // console.log('缓存') |
| | | } else { |
| | | console.log('请求'); |
| | | // console.log('请求'); |
| | | await this.$axios({ |
| | | method: 'get', |
| | | url: 'sccg/system/portal/logo/search', |
| | |
| | | }; |
| | | </script> |
| | | <style> |
| | | |
| | | .el-select-dropdown__item{ |
| | | height: 100%; |
| | | } |
| | | .el-select-dropdown,.popper-class{ |
| | | background-color: #17324c; |
| | | } |
| | | .el-select-dropdown__item.hover, .el-select-dropdown__item:hover{ |
| | | background-color: #17324c; |
| | | } |
| | | .el-tree{ |
| | | background-color: #17324c; |
| | | } |
| | | .el-tree-node__content:hover, .el-upload-list__item:hover{ |
| | | background-color: #09152f; |
| | | color: #4b9bb7; |
| | | } |
| | | .el-tree-node:focus>.el-tree-node__content{ |
| | | background-color: #09152f; |
| | | } |
| | | </style> |