|
@@ -1,15 +1,12 @@
|
|
|
<template>
|
|
|
<u-navbar :autoBack="false" :placeholder="true" :safeAreaInsetTop="true" :bgColor="proxy.$settingStore.themeColor.color">
|
|
|
<template #left>
|
|
|
- <view class="u-navbar__content__left__item">
|
|
|
- <view class="u-navbar__content__left__item__title">应用中心</view>
|
|
|
- </view>
|
|
|
- <!-- <view class="u-navbar__content__left__item" v-if="tenantIdList.length == 1">
|
|
|
+ <view class="u-navbar__content__left__item" v-if="tenantIdList.length == 1">
|
|
|
<view class="u-navbar__content__left__item__title">应用中心</view>
|
|
|
</view>
|
|
|
<view v-if="tenantIdList.length > 1 && accountState">
|
|
|
<image class="unit-change" src="@/static/images/index/unitChange.png" @click="showLeftStateClick()"></image>
|
|
|
- </view> -->
|
|
|
+ </view>
|
|
|
</template>
|
|
|
<template #center>
|
|
|
<view class="u-navbar__content__left__item"> </view>
|
|
@@ -105,7 +102,7 @@
|
|
|
<image class="list-image" src="@/static/images/index/unit.png" v-if="item.id != useStore.tenantId"></image>
|
|
|
<text class="list-name">{{ item.tenantName }}</text>
|
|
|
<image class="list-right" src="@/static/images/index/right.png" v-if="item.id == useStore.tenantId"></image>
|
|
|
- <text class="list-state">默认企业</text>
|
|
|
+ <!-- <text class="list-state">默认企业</text> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</uni-drawer>
|