shish 4 months ago
parent
commit
28b2828962
1 changed files with 2 additions and 2 deletions
  1. 2 2
      hdApp/src/admin/home/me.vue

+ 2 - 2
hdApp/src/admin/home/me.vue

@@ -149,8 +149,8 @@
                   <i class="iconfont iconxiangyou"></i>
                 </view>
                 <!-- #endif -->
-                <view class="menu-item logout-item" @click="moreFunction()" v-if="!$util.isEmpty(getLoginInfo.admin) && getLoginInfo.admin.currentShopId > 0">
-                  <text class="item-label logout-text">更多功能</text>
+                <view class="menu-item" @click="moreFunction()" v-if="!$util.isEmpty(getLoginInfo.admin) && getLoginInfo.admin.currentShopId > 0">
+                  <text class="item-label">更多功能</text>
                   <i class="iconfont iconxiangyou"></i>
                 </view>
                 <view class="menu-item logout-item" @click="loginOut()" v-if="!$util.isEmpty(getLoginInfo.admin) && getLoginInfo.admin.currentShopId > 0">