doum
16 小时以前 208ec6274f74c88ccf86c2fb3432a60cc7d21d59
Merge remote-tracking branch 'origin/wuhuyancao' into wuhuyancao
已修改3个文件
20 ■■■■ 文件已修改
admin/.env 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/components/common/CommonHeader.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/views/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/.env
@@ -10,4 +10,4 @@
VUE_APP_API_PREFIX = '/system_gateway'
# 项目名称
VUE_APP_TITLE = '芜湖烟草智慧安消安全防范系统'
VUE_APP_TITLE = '智慧物流园区安消一体化系统'
admin/src/components/common/CommonHeader.vue
@@ -209,9 +209,9 @@
      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')
        }
@@ -334,7 +334,7 @@
@import "@/assets/style/variables.scss";
.common-header {
  background-color: #2080f7;
  background-color: #1E7FFF;
}
.list {
@@ -344,7 +344,7 @@
    display: flex;
    align-items: center;
    .item {
      margin-right: 40px;
      margin-right: 24px;
      font-size: 16px;
      font-weight: 400;
      display: flex;
@@ -484,9 +484,9 @@
        align-items: center;
        img {
            top: 0 !important;
            width: 24px;
            height: 24px;
            margin-right: 15px;
            width: 20px;
            height: 20px;
            margin-right: 12px;
        }
    }
    .el-dropdown {
admin/src/views/index.vue
@@ -4,7 +4,7 @@
    <div class="home_header">
      <div class="mb10 fs17">下午好,{{ userInfo.realname }}</div>
      <div class="fs13">
        今天是 {{ nowDate }} {{ nowWeek }},欢迎访问芜湖烟草智慧安消安全防范系统
        今天是 {{ nowDate }} {{ nowWeek }},欢迎访问智慧物流园区安消一体化系统
      </div>
    </div>
    <div class="main">