非管理员不显示,设备录入按钮
This commit is contained in:
parent
b666713099
commit
5e634b4d72
|
|
@ -248,8 +248,6 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
goToLogin() {
|
goToLogin() {
|
||||||
// 先检查是否同意协议
|
|
||||||
|
|
||||||
console.log('开始登录流程')
|
console.log('开始登录流程')
|
||||||
|
|
||||||
// 显示加载状态
|
// 显示加载状态
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@
|
||||||
</view>
|
</view>
|
||||||
<text class="function-text">在线客服</text>
|
<text class="function-text">在线客服</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="function-item" @click="goToDeviceEntry">
|
<view v-if="isSysAdmin" class="function-item" @click="goToDeviceEntry">
|
||||||
<view class="function-icon">
|
<view class="function-icon">
|
||||||
<image :src="commonEnum.AGENCY_INTERESTS" class="function-img" mode="aspectFit"></image>
|
<image :src="commonEnum.AGENCY_INTERESTS" class="function-img" mode="aspectFit"></image>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user