| | |
| | | <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"> |
| | |
| | | <view class="mt-20rpx"> |
| | | <div class="goOutStyle" @click="logOut">退出登录</div> |
| | | </view> |
| | | <div class="bottomLogo"> |
| | | <image :src="logoImage" alt="" /> |
| | | </div> |
| | | |
| | | </view> |
| | | </view> |
| | | </template> |
| | |
| | | .page-wrap { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | .pageUser { |
| | | background: url("@/static/images/user/userbg.svg") no-repeat center; |
| | | |
| | | } |
| | | .userBox { |
| | | padding-top: 88rpx; |
| | |
| | | } |
| | | |
| | | .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%; |
| | | } |