单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
zhangchen
2025-09-16 b60e02bbac01408852f9d409afb9a5b693342dc5
Merge branch 'ID1766-添加推送登录功能' into test
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;
      }