单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
a99886eb9c73018235e2c373f3d82a2b0b2311d5..b60e02bbac01408852f9d409afb9a5b693342dc5
2025-09-16 zhangchen
Merge branch 'ID1766-添加推送登录功能' into test
b60e02 对比 | 目录
2025-09-16 zhangchen
ID1766-优化患者头像显示
b3e787 对比 | 目录
1个文件已修改
7 ■■■■ 已修改文件
src/views/mobile/bedsideAuxiliaryScreen/components/Header.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mobile/bedsideAuxiliaryScreen/components/Header.vue
@@ -65,7 +65,7 @@
        alt=""
        @click="openSettingDeviceDialog"
      />
      <img v-if="userInfo?.code" :src="userInfo?.userAvatar" class="btn-img" alt="" @click="openLoginDialog" />
      <img v-if="userInfo?.code" :src="userInfo?.userAvatar" class="btn-img user-avatar" alt="" @click="openLoginDialog" />
      <img v-else :src="userImg" class="btn-img" alt="" @click="openLoginDialog" />
    </div>
  </div>
@@ -314,6 +314,11 @@
      height: 10px;
      object-fit: contain;
      cursor: pointer;
      &.user-avatar {
        width: 10px;
        border-radius: 50%;
        overflow: hidden;
      }
      &:not(:first-child) {
        margin-left: 9px;
      }