点位管理

This commit is contained in:
2023-10-13 13:09:28 +08:00
parent 1cf040b14d
commit 3c820f4b8e
3 changed files with 57 additions and 29 deletions

View File

@@ -3,7 +3,6 @@
<view class="header">首页</view>
<view class="userInfo-wrap">
<view class="userInfo">
<text class="p1">{{$store.getters.userInfo !== '' ? JSON.parse($store.getters.userInfo).user_name : ''}}</text>
<text class="p2">欢迎进入诺力四期手持系统</text>
</view>
<view class="exit" @tap="Quit">
@@ -63,7 +62,6 @@
})
},
Quit () {
this.$store.dispatch('delUserInfo')
uni.redirectTo({
url: '/pages/login/login'
})