非管理员不显示,设备录入按钮

This commit is contained in:
WindowBird 2025-09-02 16:48:02 +08:00
parent b666713099
commit 5e634b4d72
2 changed files with 1 additions and 3 deletions

View File

@ -248,8 +248,6 @@ export default {
},
goToLogin() {
//
console.log('开始登录流程')
//

View File

@ -114,7 +114,7 @@
</view>
<text class="function-text">在线客服</text>
</view>
<view class="function-item" @click="goToDeviceEntry">
<view v-if="isSysAdmin" class="function-item" @click="goToDeviceEntry">
<view class="function-icon">
<image :src="commonEnum.AGENCY_INTERESTS" class="function-img" mode="aspectFit"></image>
</view>