吉安感知网项目-前端
张含笑
2026-01-09 1d2625d500a14f4780ec136260941f5429b1be4d
feat:通讯录
1 files modified
19 ■■■■■ changed files
uniapps/work-app/src/pages/user/index.vue 19 ●●●●● patch | view | raw | blame | history
uniapps/work-app/src/pages/user/index.vue
@@ -16,12 +16,7 @@
            <span>{{ user?.sysDept?.deptName }}</span>
          </view>
        </view>
        <view class="rightLogo">
          <image
            src="https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/images/user/logo2.png"
            alt=""
          />
        </view>
      </view>
      <view class="personalInformation">
        <div class="message">
@@ -43,9 +38,7 @@
      <view class="mt-20rpx">
        <div class="goOutStyle" @click="logOut">退出登录</div>
      </view>
      <div class="bottomLogo">
        <image :src="logoImage" alt="" />
      </div>
    </view>
  </view>
</template>
@@ -104,6 +97,10 @@
.page-wrap {
  width: 100%;
  height: 100%;
}
.pageUser {
  background: url("@/static/images/user/userbg.svg")  no-repeat center;
}
.userBox {
  padding-top: 88rpx;
@@ -207,13 +204,13 @@
  }
  .message {
    background: url(https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/images/user/info.png)
    background: url('@/static/images/user/info.svg')
      no-repeat center;
    background-size: 100% 100%;
  }
  .passwordBox {
    background: url(https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/images/user/password.png)
    background: url('@/static/images/user/password.svg')
      no-repeat center;
    background-size: 100% 100%;
  }