| | |
| | | VUE_APP_API_PREFIX = '/system_gateway' |
| | | |
| | | # 项目名称 |
| | | VUE_APP_TITLE = '芜湖烟草智慧安消安全防范系统' |
| | | VUE_APP_TITLE = '智慧物流园区安消一体化系统' |
| | |
| | | getAppHeaderNav(type).then(res => { |
| | | if (label === '安防中心') { |
| | | let openWindow = window.open(res, '_blank') |
| | | setTimeout(() => { |
| | | openWindow.close() |
| | | }, 7 * 1000) |
| | | // setTimeout(() => { |
| | | // openWindow.close() |
| | | // }, 7 * 1000) |
| | | } else { |
| | | window.open(res, '_blank') |
| | | } |
| | |
| | | @import "@/assets/style/variables.scss"; |
| | | |
| | | .common-header { |
| | | background-color: #2080f7; |
| | | background-color: #1E7FFF; |
| | | } |
| | | |
| | | .list { |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | .item { |
| | | margin-right: 40px; |
| | | margin-right: 24px; |
| | | font-size: 16px; |
| | | font-weight: 400; |
| | | display: flex; |
| | |
| | | align-items: center; |
| | | img { |
| | | top: 0 !important; |
| | | width: 24px; |
| | | height: 24px; |
| | | margin-right: 15px; |
| | | width: 20px; |
| | | height: 20px; |
| | | margin-right: 12px; |
| | | } |
| | | } |
| | | .el-dropdown { |
| | |
| | | <div class="home_header"> |
| | | <div class="mb10 fs17">下午好,{{ userInfo.realname }}</div> |
| | | <div class="fs13"> |
| | | 今天是 {{ nowDate }} {{ nowWeek }},欢迎访问芜湖烟草智慧安消安全防范系统 |
| | | 今天是 {{ nowDate }} {{ nowWeek }},欢迎访问智慧物流园区安消一体化系统 |
| | | </div> |
| | | </div> |
| | | <div class="main"> |